Andy Ruff <[EMAIL PROTECTED]> wrote on 1/24/08 1:34 AM:

> [Removing the ability to edit the Subject line]
> was unintentional.  When we changed the appearance of mail headers, the dev
> removed this feature.  Adding it back in after the change ended up being very
> risky and we decided to focus elsewhere.

>There¹s some very easy
> workarounds through AppleScript.  Here¹s such a script:


Thanks for the Applescript, Andy.  I tried it, and it worked fine in
Entourage 2004.

I do hope that the feature will be resurrected in Entourage 2008 fix No. 1.

Thanks/Roger.


> 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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to