Re: Anyway to update Mail.app Rules in Applescript?
Re: Anyway to update Mail.app Rules in Applescript?
- Subject: Re: Anyway to update Mail.app Rules in Applescript?
- From: Michelle Steiner <email@hidden>
- Date: Mon, 21 Jan 2013 19:18:43 -0700
On Jan 21, 2013, at 5:22 PM, Robert Nicholson < email@hidden> wrote: How can I see what it's stored for the mailbox then?
This works for me:
tell application "Mail" tell application "Mail" repeat with r in (get rules) if should move message of r then move message of r end if end repeat end tell end tell
The Results tab give you the information.
-- Michelle --
Socializing with geeks is an oxymoron.
--
Will Rogers never met Paul Ryan
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden