Re: Script to use as part of rule in Mail
Re: Script to use as part of rule in Mail
- Subject: Re: Script to use as part of rule in Mail
- From: John Delacour <email@hidden>
- Date: Thu, 4 Sep 2003 22:05:09 +0100
- Mac-eudora-version: 6.1a1
At 1:31 pm -0500 4/9/03, Lorin Rivers wrote:
On Thursday, September 4, 2003, at 12:05 PM, Paul Berkowitz wrote:
On 9/4/03 8:55 AM, "Lorin Rivers" <email@hidden> wrote:
I want all my "Urgent" messages to open in their own window after they
are filed by the other rules. I can't seem to find any way to make a
new window with a particular message.
Clue me, wise ones...
Is this in a particular application?
Oh sorry, yes. When I wrote Mail I understood that to mean Apple's
Mail (Mail.app) but probably should have been more explicit.
First, select a message in a mailbox listing and run this:
tell application "Mail"
open item 1 of (get selection)
end tell
If this does not open a window containing the message, then for the
moment you can't do what you want to do.
If it does work, then I'll continue.
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.