On 5/18/04 4:20 PM, "Scott Haneda" <[EMAIL PROTECTED]> wrote:

> on 05/18/2004 09:08 AM, Paul Berkowitz at [EMAIL PROTECTED] wrote:
> 
>> Yes, but this is neater (and please stop changing my HTML messages to
>> plaintext. I send them in HTML so that the long lines won't break, which
>> makes
>> them unable to compile in Script Editor):
> 
> Sorry about that, can you tell me how to maintain my pref of "reply in
> format sent" not being selected and still maintain this special case?  Seems
> like a hassle to jump to the prefs every time I need to reply to your
> emails.

By script, naturally. You can use a keyboard shortcut to avoid jumping
anywhere.

tell application "Microsoft Entourage"
    set theMsg to item 1 of (get current messages)
    reply to theMsg with html text
end tell

(This reply is plaintext, however. So you won't get any benefit turning it
into HTML. Try it with my previous message in the thread. Actually, you
might want to throw that in:)

tell application "Microsoft Entourage"
    set theMsg to item 1 of (get current messages)
    if has html of theMsg then
        reply to theMsg with html text
    else
        reply to theMsg
    end if
end tell

-- 
Paul Berkowitz


-- 
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