Mickey
Fri Sep 07 17:26:22 PDT 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_3272037983_340455
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
You can avoid those using a script; I don't know of any way to directly
control the automatic insertion of such characters built into 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>/.)
(Note 2: If you run into trouble with this script, open System Preferences,
and then open Universal
Access preferences. Make sure the checkbox to "Enable access for assistive
devices" is checked,
and then quit System Preferences and re-launch Entourage.)
On 9/7/07 11:37 AM, in article 2007090711370175249-wbyylebtre@cbobkpbz,
"Jolly Roger" <wbyylebtre@cbobk.pbz> wrote:
> On 2007-09-07 11:06:02 -0500, Rafael Montserrat
> <raf44ael98@sbcglobal.net> said:
>
>> How do I do remove quoting characters from "Replying"?
>
> You could try clearing the "Include entire message in reply" checkbox,
> but then there would be no quoted text at all in the reply message. I'm
> not sure it's possible to set Entourage to include quoted text
> *without* quoting characters.
>
> One thing you can do: After you've executed the Reply command, select
> the quoted text of the message, and choose Edit > Auto Text Cleanup >
> Remove Quoting.
--
Mickey Stevens (Microsoft MVP for Office:mac)
Office & Mac Resources: <
http://home.earthlink.net/~mickey.stevens/>
--B_3272037983_340455
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: How do I do remove quoting characters from "Replies"&q=
uot;?</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:12.0px'>You c=
an avoid those using a script; I don't know of any way to directly control t=
he automatic insertion of such characters built into 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 <BR>
Text Cleanup" <FONT COLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#1500FF">me=
nu</FONT> "Edit" <FONT COLOR=3D"#FF0000">of</FONT> <FONT COLOR=3D"#150=
0FF">menu bar item</FONT> "Edit" <FONT COLOR=3D"#FF0000">of</FONT> <=
FONT COLOR=3D"#1500FF">menu bar</FONT> 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>
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 <BR>
Characters", and save the script to ~/Documents/Microsoft User <BR>
Data/Entourage Script Menu Items/. You can easily set a keyboard shor=
tcut <BR>
to the script by adding a code to the end of the filename at this step. <BR=
>
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 =
<BR>
message, and select the script from the script menu (to the right of the <B=
R>
"Help" menu), or press the keyboard shortcut. A reply will =
then be created <BR>
with the quoting characters gone and the insertion point on top. <BR>
<BR>
(Note: "~" stands for your home folder, usually located in =
/Users/<Your <BR>
User>/.)<BR>
<BR>
(Note 2: If you run into trouble with this script, open System Prefer=
ences, and then open Universal <BR>
Access preferences. Make sure the checkbox to "Enable access for assis=
tive devices" is checked, <BR>
and then quit System Preferences and re-launch Entourage.)<BR>
<BR>
On 9/7/07 11:37 AM, in article 2007090711370175249-wbyylebtre@cbobkpbz, &qu=
ot;Jolly Roger" <wbyylebtre@cbobk.pbz> wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">> On 2007-09-07 11:06:02 -0500, Rafael Montserrat =
<BR>
> <raf44ael98@sbcglobal.net> said:<BR>
> <BR>
</FONT><FONT COLOR=3D"#008000">>> How do I do remove quoting characters=
from "Replying"?<BR>
</FONT><FONT COLOR=3D"#0000FF">> <BR>
> You could try clearing the "Include entire message in reply"=
checkbox, <BR>
> but then there would be no quoted text at all in the reply message. I'=
m <BR>
> not sure it's possible to set Entourage to include quoted text <BR>
> *without* quoting characters.<BR>
> <BR>
> One thing you can do: After you've executed the Reply command, s=
elect <BR>
> the quoted text of the message, and choose Edit > Auto Text Cleanup=
> <BR>
> Remove Quoting.<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_3272037983_340455--