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 16:39:57 -0700
On Jan 21, 2013, at 4:11 PM, Robert Nicholson < email@hidden> wrote: I need to simply vary the existing value ie. Mailbox
How can I get the property as a Mailbox so that then I can manipulate it?
the following errors.
tell application "Mail" repeat with r in (get rules) repeat with c in (rule conditions of r) if (should move message of c) is true then log move message of c end if end repeat end repeat end tell
"should move message" is a property, not a rule condition.
-- Michelle -- it would be blasphemous to make jokes about atheism. -- blake murphy
|
_______________________________________________
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