It's true.  Not one I'm terribly happy about.  There's some very easy 
workarounds through AppleScript.  Here's such a script:

tell application "Microsoft Entourage"

    set objMessage to item 1 of (get current messages)


    set dlgReply to display dialog "Subject:" default answer (get subject of 
objMessage) with icon 1
   if text returned of dlgReply is not "" then
       set subject of objMessage to text returned of dlgReply
   end if

end tell

-Andy


On 1/23/08 9:44 PM, "Roger S. Cohen" <[EMAIL PROTECTED]> wrote:

I saw a report on MacInTouch.com that says Entourage 2008 can edit the body
of a message, but can no longer edit the Subject of a message.  The poster
is using an Intel Core 2 Duo MacBook Pro running OS X 10.4.11.

Can anyone confirm this?  If that's true, it is a terrible step backward.
Editing subject lines is a great tool in Entourage 2004.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Roger S. Cohen, President, Cohen International
[EMAIL PROTECTED]     http://www.rogercohen.com
Voice: +1 (845) 358-8936      Fax: +1 (845) 358-8937


--
To unsubscribe:
<mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/><http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/><http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>


Reply via email to