Re: AppleScript Mail Rules
Re: AppleScript Mail Rules
- Subject: Re: AppleScript Mail Rules
- From: Philip Aker <email@hidden>
- Date: Mon, 09 Sep 2002 01:13:44 -0700
On Sunday, September 8, 2002, at 05:05 PM, bill fancher wrote:
According to "What's New in Mail?":
"Rules
Additional criteria and more actions. Run an AppleScript, act only on
senders that are in Address Book, and automatically flag messages. You
can use multiple critera to get even more sophisticated."
I've been unable find anything more on this in Help, and unable to
figure it out on my own. Would someone please point me in the right
direction?
I'm having trouble setting the "transfer message" portion (amongst
other things):
tell application "Mail"
set rue to make at end new rule with properties {name:"rue"}
tell rue
set is enabled to true
set should transfer message to true
set rc to make at beginning new rule condition with properties
{type:sender is in my address book}
set color message to purple
end tell
end tell
Philip Aker
http://www.aker.ca
_______________________________________________
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.