Title: Re: Is there a way to clear the "Redirected" status of a message?
On 5/25/04 11:42 PM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:
> I'm pretty sure I sent my message in HTML for precisely that reason. Maybe I
> didn't bother for once, Plain text email messages hard-wrap long lines,
> inserting carriage returns after the last word preceding the 76th character in
> the line. Copying and pasting that into Script Editor means it won't compile.
> In your case the first part of the line's syntax actually is OK - but doesn't
> do what you'd want. The second part of the line doesn't make any sense on its
> own so caused a syntax error. Lust put it back onto the previous line.
No, that's not it. It really is on one line - in your original email as well as in the script, it only wrapped in the email I sent because use plain text by default.
It still errors on the word "message"
tell application "Microsoft Entourage"
set theMsg to item 1 of (get current messages)
set theRedirect to redirect theMsg to "Gmail_Laurie <[EMAIL PROTECTED]>" without opening message
send theRedirect with sending later
set redirected of theMsg to false
end tell
If I even just remove the word "message", it compiles - but of course it also continues to open every message window :)
Any other suggestions?
> (P.S. Why did you send a copy of your message to <[EMAIL PROTECTED]>? He
> won't be interested. I got three copies in all - cc'd twice.)
Hmmm... I didn't. I replied to all which sent it to the list and to <[EMAIL PROTECTED]>. I didn't mean to bombard you. Sorry.
Laurie
- Is there a way to clear the "Redirected" status... Laurie A. Duncan
- Re: Is there a way to clear the "Redirected&quo... Paul Berkowitz
- Re: Is there a way to clear the "Redirected... Laurie A. Duncan
- Re: Is there a way to clear the "Redirected... Laurie A. Duncan
- Re: Is there a way to clear the "Redire... Paul Berkowitz
- Re: Is there a way to clear the "Re... Laurie A. Duncan
- Re: Is there a way to clear the &qu... Barry Wainwright
- Re: Is there a way to clear the... Laurie A. Duncan
- Re: Is there a way to clear the &qu... Paul Berkowitz
