Michel
Fri Apr 18 09:55:55 CDT 2008
> 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_3291382558_2330712
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit
This feature was accidentally removed during the transition from 2004 to
2008. Right now, the subject line can only be edited via AppleScript; open
ScriptEditor, paste this code into the window and save the script into
~/Documents/Microsoft User Data/Entourage Script Menu Items. Then, in
Entourage, select the message, click on the black scroll icon in your menu
bar (next to the Help menu) and select the script.
-- Change Subject v1.0 (2008-02-07)
-- an applescript by Barry Wainwright <mailto:barryw@mac.com>
-- Script to change the subject of an incoming message in Microsoft
Entourage ©
-- This script released under a Creative Commons Attribution, NonCommercial,
ShareAlike 2.0 England & Wales License.
-- see <
http://creativecommons.org/licenses/by-nc-sa/2.0/uk/> for full
details
tell application "Microsoft Entourage"
try
set theMessage to item 1 of (get current messages)
if class of theMessage ? incoming message then error -99
on error
display dialog "please select an incoming message before running
this script" buttons {"Abort"} default button 1 giving up after 10
end try
set oldSubject to subject of theMessage
try
set newSubject to text returned of (display dialog "Enter New
Subject:" default answer oldSubject)
on error
-- user cancelled
return
end try
set subject of theMessage to newSubject
end tell
On 18/04/08 12:56, in article
arkayREMOVE-06CBDA.05563718042008@news.houston.sbcglobal.net, "aRKay"
<arkayREMOVE@qsl.net> wrote:
> One of my long standing issues with Entourage, including the current
> 2008, is the tiny Subject line. I made some typo errors in a recent
> message and went to the Sent folder to correct the Subject using the
> Message/Edit Message menu option. When I tried to backspace on in
> the Subject, the message was deleted.
>
> Can someone tell me how to Edit the subject of an existing message
> in Entourage 12.0.1? I must be doing something wrong.
--
Michel Bintener
Microsoft MVP
Office:mac (Entourage & Word)
*** Please always reply to the newsgroup. ***
--B_3291382558_2330712
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: How to Change (Edit) the Subject line</TITLE>
</HEAD>
<BODY>
<FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D=
'font-size:11pt'>This feature was accidentally removed during the transition=
from 2004 to 2008. Right now, the subject line can only be edited via Apple=
Script; open ScriptEditor, paste this code into the window and save the scri=
pt into ~/Documents/Microsoft User Data/Entourage Script Menu Items. Then, i=
n Entourage, select the message, click on the black scroll icon in your menu=
bar (next to the Help menu) and select the script.<BR>
<BR>
</SPAN></FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'fo=
nt-size:9pt'>--<FONT COLOR=3D"#4C4E4E"> Change Subject v1.0 (2008-02-07)<BR>
</FONT>--<FONT COLOR=3D"#4C4E4E"> an applescript by Barry Wainwright <a href=3D=
"mailto:barryw@mac.com"><mailto:barryw@mac.com></a><BR>
</FONT>--<FONT COLOR=3D"#4C4E4E"> Script to change the subject of an incoming=
message in Microsoft Entourage ©<BR>
</FONT>--<FONT COLOR=3D"#4C4E4E"> This script released under a Creative Commo=
ns Attribution, NonCommercial, ShareAlike 2.0 England & Wales License.<B=
R>
</FONT>--<FONT COLOR=3D"#4C4E4E"> see <
http://creativecommons.org/licenses=
/by-nc-sa/2.0/uk/> for full details<BR>
</FONT><FONT COLOR=3D"#3500FF"><B>tell</B></FONT></SPAN></FONT><SPAN STYLE=3D'f=
ont-size:9pt'><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1=
F00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">application</FONT></FONT><FONT=
FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Ar=
ial">"Microsoft Entourage"<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FO=
NT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>try<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
; </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, H=
elvetica, Arial"><B>set</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Ari=
al"> </FONT><FONT COLOR=3D"#3E8000"><FONT FACE=3D"Verdana, Helvetica, Arial">the=
Message</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT CO=
LOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>to</B></FONT></FONT>=
<FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT F=
ACE=3D"Verdana, Helvetica, Arial">item</FONT></FONT><FONT FACE=3D"Helvetica, Ver=
dana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">1</FONT><FONT FA=
CE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Ver=
dana, Helvetica, Arial"><B>of</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdan=
a, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">(<FONT COLOR=3D"#3500=
FF"><B>get</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><=
FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">current messages=
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">)<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nbs=
p; </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, A=
rial"><B>if</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT>=
<FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">class</FONT></F=
ONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FO=
NT FACE=3D"Verdana, Helvetica, Arial"><B>of</B></FONT></FONT><FONT FACE=3D"Helve=
tica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3E8000"><FONT FACE=3D"Verdana, Hel=
vetica, Arial">theMessage</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial=
"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">≠</FONT><FONT FACE=3D"H=
elvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana,=
Helvetica, Arial">incoming message</FONT></FONT><FONT FACE=3D"Helvetica, Verd=
ana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Ar=
ial"><B>then</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT=
><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>error</B></=
FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT FACE=3D"Verda=
na, Helvetica, Arial">-99<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FO=
NT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>on</B></FONT></=
FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><F=
ONT FACE=3D"Verdana, Helvetica, Arial"><B>error<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
; </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana, H=
elvetica, Arial">display dialog</FONT></FONT><FONT FACE=3D"Helvetica, Verdana,=
Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">"please select a=
n incoming message before running this script"</FONT><FONT FACE=3D"Helvet=
ica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana, Helv=
etica, Arial">buttons</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> <=
/FONT><FONT FACE=3D"Verdana, Helvetica, Arial">{"Abort"}</FONT><FONT=
FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"=
Verdana, Helvetica, Arial">default button</FONT></FONT><FONT FACE=3D"Helvetica=
, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">1</FONT><FO=
NT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=
=3D"Verdana, Helvetica, Arial">giving up after</FONT></FONT><FONT FACE=3D"Helvet=
ica, Verdana, Arial"> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">10<BR>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FO=
NT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>end</B></FONT><=
/FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><=
FONT FACE=3D"Verdana, Helvetica, Arial"><B>try<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
;</FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>set<=
/B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D=
"#3E8000"><FONT FACE=3D"Verdana, Helvetica, Arial">oldSubject</FONT></FONT><FO=
NT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=
=3D"Verdana, Helvetica, Arial"><B>to</B></FONT></FONT><FONT FACE=3D"Helvetica, V=
erdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"Verdana, Helvetica,=
Arial">subject</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT>=
<FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>of</B></FONT=
></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3E8000"=
><FONT FACE=3D"Verdana, Helvetica, Arial">theMessage<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </F=
ONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>try<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
; </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, H=
elvetica, Arial"><B>set</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Ari=
al"> </FONT><FONT COLOR=3D"#3E8000"><FONT FACE=3D"Verdana, Helvetica, Arial">new=
Subject</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT CO=
LOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>to</B></FONT></FONT>=
<FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT F=
ACE=3D"Verdana, Helvetica, Arial">text returned</FONT></FONT><FONT FACE=3D"Helve=
tica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Hel=
vetica, Arial"><B>of</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"=
> </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">(<FONT COLOR=3D"#1F00FF">displ=
ay dialog</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT =
FACE=3D"Verdana, Helvetica, Arial">"Enter New Subject:"</FONT><FONT =
FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#1F00FF"><FONT FACE=3D"V=
erdana, Helvetica, Arial">default answer</FONT></FONT><FONT FACE=3D"Helvetica,=
Verdana, Arial"> </FONT><FONT COLOR=3D"#3E8000"><FONT FACE=3D"Verdana, Helvetic=
a, Arial">oldSubject</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial">)<B=
R>
</FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FO=
NT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>on</B></FONT></=
FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><F=
ONT FACE=3D"Verdana, Helvetica, Arial"><B>error<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
; </FONT><FONT FACE=3D"Verdana, Helvetica, Arial">--<FO=
NT COLOR=3D"#4C4E4E"> user cancelled<BR>
</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> &nb=
sp; </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helve=
tica, Arial"><B>return<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
;</FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>end<=
/B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D=
"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>try<BR>
</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial">  =
;</FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>set<=
/B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D=
"#1F00FF"><FONT FACE=3D"Verdana, Helvetica, Arial">subject</FONT></FONT><FONT =
FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3500FF"><FONT FACE=3D"V=
erdana, Helvetica, Arial"><B>of</B></FONT></FONT><FONT FACE=3D"Helvetica, Verd=
ana, Arial"> </FONT><FONT COLOR=3D"#3E8000"><FONT FACE=3D"Verdana, Helvetica, Ar=
ial">theMessage</FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT>=
<FONT COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>to</B></FONT=
></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT COLOR=3D"#3E8000"=
><FONT FACE=3D"Verdana, Helvetica, Arial">newSubject<BR>
</FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial"><FONT COLOR=3D"#3500FF">=
<B>end</B></FONT></FONT><FONT FACE=3D"Helvetica, Verdana, Arial"> </FONT><FONT=
COLOR=3D"#3500FF"><FONT FACE=3D"Verdana, Helvetica, Arial"><B>tell<BR>
</B></FONT></FONT></SPAN><FONT SIZE=3D"4"><FONT FACE=3D"Calibri, Verdana, Helve=
tica, Arial"><SPAN STYLE=3D'font-size:11pt'><BR>
<BR>
On 18/04/08 12:56, in article arkayREMOVE-06CBDA.05563718042008@news.housto=
n.sbcglobal.net, "aRKay" <arkayREMOVE@qsl.net> wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">> One of my long standing issues with Entourage, i=
ncluding the current <BR>
> 2008, is the tiny Subject line. I made some typo errors in a rec=
ent <BR>
> message and went to the Sent folder to correct the Subject using the<B=
R>
> Message/Edit Message menu option. When I tried to backspace on i=
n<BR>
> the Subject, the message was deleted.<BR>
> <BR>
> Can someone tell me how to Edit the subject of an existing message<BR>
> in Entourage 12.0.1? I must be doing something wrong.<BR>
</FONT><BR>
-- <BR>
Michel Bintener<BR>
Microsoft MVP<BR>
Office:mac (Entourage & Word)<BR>
<BR>
*** Please always reply to the newsgroup. ***<BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>
--B_3291382558_2330712--