Mickey
Wed Mar 21 19:54:29 CDT 2007
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3257351670_1041977
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
I think I answered a similar post from you last year. Did you not receive
my reply, or did it not work? Below is a link to the thread on Google
Groups, and I've also included the content again in this post.
http://snipurl.com/1dnoi
Yes, you can avoid those using a script; I don't know of any way to directly
control it within Entourage.
On your computer, go to /Applications/AppleScript/, and open Script Editor.
Paste the following in:
-- Reply Without Quoting Characters
-- Based on code written by Paul Berkowitz
tell application "Microsoft Entourage"
try
if window 1 = main window then
set theMsg to item 1 of (get current messages)
else if class of window 1 = message window then
set theMsg to displayed message of window 1
else
error number -128
end if
if class of theMsg ? incoming message then error number -128
on error
beep
display dialog "You must have a received message in the front or
selected in the message pane of the main window for the Reply script to
work." buttons "OK" default button "OK" with icon 0
return
end try
if theMsg's has html then
reply to theMsg
else
reply to theMsg
delay 1
tell application "System Events"
tell process "Microsoft Entourage"
pick menu item "Remove Quoting" of menu 1 of menu item "Auto
Text Cleanup" of menu "Edit" of menu bar item "Edit" of menu bar 1
keystroke (ASCII character 30)
end tell
end tell
end if
end tell
Then, go File > Save As. Call the script "Reply without Quoting
Characters", and save the script to ~/Documents/Microsoft User
Data/Entourage Script Menu Items/. You can easily set a keyboard shortcut
to the script by adding a code to the end of the filename at this step. Read
here for more on that:
<
http://www.entourage.mvps.org/script/add_shortcuts.html>
Then, in Entourage, when you want to reply to a message, simply select the
message, and select the script from the script menu (to the right of the
"Help" menu), or press the keyboard shortcut. A reply will then be created
with the quoting characters gone and the insertion point on top.
(Note: "~" stands for your home folder, usually located in /Users/<Your
User>/.)
On 3/21/07 4:54 PM, in article C226F7BB.12259%glafreniere@telus.net, "Guy
Lafreniere" <glafreniere@telus.net> wrote:
> Hi:
>
> Is there a way to automatically remove the '>' characters when replying to
> emails using plain text? I don't want to use HTML. Thanks.
>
> Guy
>
--
Mickey Stevens (Microsoft MVP for Office:mac)
Office & Mac Resources: <
http://home.earthlink.net/~mickey.stevens/>
--B_3257351670_1041977
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: Automatically Removing '>' on replies without using HTML?</TI=
TLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:12.0px'>I thi=
nk I answered a similar post from you last year. Did you not receive m=
y reply, or did it not work? Below is a link to the thread on Google G=
roups, and I've also included the content again in this post.<BR>
<a href=3D"
http://snipurl.com/1dnoi">http://snipurl.com/1dnoi</a><BR>
<BR>
Yes, you can avoid those using a script; I don't know of any way to directl=
y control it within Entourage. <BR>
<BR>
On your computer, go to /Applications/AppleScript/, and open Script Editor.=
<BR>
Paste the following in: <BR>
<BR>
</SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"Geneva, Verdana, Helvetica, Arial"=
><SPAN STYLE=3D'font-size:10.0px'>--<FONT COLOR=3D"#4B4E4E"> Reply Without Quoti=
ng Characters <BR>
</FONT>--<FONT COLOR=3D"#4B4E4E"> Based on code written by Paul Berkowitz <BR=
>
</FONT><BR>
<FONT COLOR=3D"#FF0000">tell</FONT> <FONT COLOR=3D"#1500FF">application</FONT> =
"Microsoft Entourage"<BR>
<FONT COLOR=3D"#FF0000">try<BR>
</FONT> <FONT COLOR=3D"#FF0000">if<=
/FONT> <FONT COLOR=3D"#1500FF">window</FONT> 1 =3D <FONT COLOR=3D"#1500FF">main wi=
ndow</FONT> <FONT COLOR=3D"#FF0000">then<BR>
</FONT> <=
FONT COLOR=3D"#FF0000">set</FONT> <FONT COLOR=3D"#148400">theMsg</FONT> <FONT CO=
LOR=3D"#FF0000">to</FONT> <FONT COLOR=3D"#1500FF">item</FONT> 1 <FONT COLOR=3D"#FF=
0000">of</FONT> (<FONT COLOR=3D"#FF0000">get</FONT> <FONT COLOR=3D"#1500FF">curr=
ent messages</FONT>)<BR>
<BR=
>
<FONT COLOR=3D"#FF0000">else<=
/FONT> <FONT COLOR=3D"#FF0000">if</FONT> <FONT COLOR=3D"#1500FF">class</FONT> <F=
ONT COLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#1500FF">window</FONT> 1 =3D <FONT =
COLOR=3D"#1500FF">message window</FONT> <FONT COLOR=3D"#FF0000">then<BR>
</FONT> <=
FONT COLOR=3D"#FF0000">set</FONT> <FONT COLOR=3D"#148400">theMsg</FONT> <FONT CO=
LOR=3D"#FF0000">to</FONT> <FONT COLOR=3D"#1500FF">displayed message</FONT> <FONT=
COLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#1500FF">window</FONT> 1<BR>
<FONT COLOR=3D"#FF0000">else<=
BR>
</FONT> <=
FONT COLOR=3D"#FF0000">error</FONT> <FONT COLOR=3D"#1500FF">number</FONT> -128<B=
R>
<FONT COLOR=3D"#FF0000">end</=
FONT> <FONT COLOR=3D"#FF0000">if<BR>
</FONT> <BR>
<FONT COLOR=3D"#FF0000">if</F=
ONT> <FONT COLOR=3D"#1500FF">class</FONT> <FONT COLOR=3D"#FF0000">of</FONT> <FON=
T COLOR=3D"#148400">theMsg</FONT> ≠ <FONT COLOR=3D"#1500FF">incoming messa=
ge</FONT> <FONT COLOR=3D"#FF0000">then</FONT> <FONT COLOR=3D"#FF0000">error</FON=
T> <FONT COLOR=3D"#1500FF">number</FONT> -128<BR>
<FONT COLOR=3D"#FF0000">on</FONT> <FONT COLOR=3D"#FF000=
0">error<BR>
</FONT> <FONT COLOR=3D"#1500FF">bee=
p<BR>
</FONT> <FONT COLOR=3D"#1500FF">dis=
play dialog</FONT> "You must have a received message in the front or <B=
R>
selected in the message pane of the main window for the Reply script to <BR=
>
work." <FONT COLOR=3D"#1500FF">buttons</FONT> "OK" <FONT COLOR=
=3D"#1500FF">default button</FONT> "OK" <FONT COLOR=3D"#1500FF">with i=
con</FONT> 0<BR>
<FONT COLOR=3D"#FF0000">retur=
n<BR>
</FONT> <FONT COLOR=3D"#FF0000">end</FONT> <FONT COLOR=3D"#FF=
0000">try<BR>
</FONT> <BR>
<FONT COLOR=3D"#FF0000">if</FONT> <FONT COLOR=3D"#14840=
0">theMsg</FONT>'s <FONT COLOR=3D"#1500FF">has html</FONT> <FONT COLOR=3D"#FF000=
0">then<BR>
</FONT> <FONT COLOR=3D"#1500FF">rep=
ly to</FONT> <FONT COLOR=3D"#148400">theMsg<BR>
</FONT> <FONT COLOR=3D"#FF0000">else<BR>
</FONT> <FONT COLOR=3D"#1500FF">rep=
ly to</FONT> <FONT COLOR=3D"#148400">theMsg<BR>
</FONT> <FONT COLOR=3D"#1500FF">del=
ay</FONT> 1<BR>
<FONT COLOR=3D"#FF0000">tell<=
/FONT> <FONT COLOR=3D"#1500FF">application</FONT> "System Events"<BR=
>
<FO=
NT COLOR=3D"#FF0000">tell</FONT> <FONT COLOR=3D"#1500FF">process</FONT> "Mi=
crosoft Entourage"<BR>
&nb=
sp; <FONT COLOR=3D"#1500FF">pick</FONT> <FONT COLOR=3D"#1500FF"=
>menu item</FONT> "Remove Quoting" <FONT COLOR=3D"#FF0000">of</FONT>=
<FONT COLOR=3D"#1500FF">menu</FONT> 1 <FONT COLOR=3D"#FF0000">of</FONT> <FONT C=
OLOR=3D"#1500FF">menu item</FONT> "Auto Text Cleanup" <FONT COLOR=3D"#=
FF0000">of</FONT> <FONT COLOR=3D"#1500FF">menu</FONT> "Edit" <FONT C=
OLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#1500FF">menu bar item</FONT> "Ed=
it" <FONT COLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#1500FF">menu bar</FON=
T> 1<BR>
&nb=
sp; <FONT COLOR=3D"#1500FF">keystroke</FONT> (<FONT COLOR=3D"#1=
500FF">ASCII character</FONT> 30)<BR>
<FO=
NT COLOR=3D"#FF0000">end</FONT> <FONT COLOR=3D"#FF0000">tell<BR>
</FONT> <FONT COLOR=3D"#FF0000">end=
</FONT> <FONT COLOR=3D"#FF0000">tell<BR>
</FONT> <FONT COLOR=3D"#FF0000">end</FONT> <FONT COLOR=3D"#FF=
0000">if<BR>
</FONT> <BR>
<FONT COLOR=3D"#FF0000">end</FONT> <FONT COLOR=3D"#FF0000">tell<BR>
</FONT></SPAN></FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN ST=
YLE=3D'font-size:12.0px'><BR>
Then, go File > Save As. Call the script "Reply without Quoti=
ng Characters", and save the script to ~/Documents/Microsoft User <BR>
Data/Entourage Script Menu Items/. You can easily set a keyboard shor=
tcut to the script by adding a code to the end of the filename at this step.=
Read here for more on that: <BR>
<a href=3D"
http://www.entourage.mvps.org/script/add_shortcuts.html"><http:=
//www.entourage.mvps.org/script/add_shortcuts.html></a> <BR>
<BR>
Then, in Entourage, when you want to reply to a message, simply select the =
message, and select the script from the script menu (to the right of the &qu=
ot;Help" menu), or press the keyboard shortcut. A reply will then=
be created with the quoting characters gone and the insertion point on top.=
<BR>
<BR>
(Note: "~" stands for your home folder, usually located in =
/Users/<Your User>/.) <BR>
<BR>
<BR>
On 3/21/07 4:54 PM, in article C226F7BB.12259%glafreniere@telus.net, "=
Guy Lafreniere" <glafreniere@telus.net> wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">> Hi:<BR>
> <BR>
> Is there a way to automatically remove the '>' characters when repl=
ying to<BR>
> emails using plain text? I don't want to use HTML. Thanks.<BR>
> <BR>
> Guy<BR>
> <BR>
</FONT><BR>
-- <BR>
Mickey Stevens (Microsoft MVP for Office:mac)<BR>
Office & Mac Resources: <
http://home.earthlink.net/~mickey.stevens/&=
gt;<BR>
</SPAN></FONT>
</BODY>
</HTML>
--B_3257351670_1041977--