Re: Can't Compile Mail Rule
Re: Can't Compile Mail Rule
- Subject: Re: Can't Compile Mail Rule
- From: Michelle Steiner <email@hidden>
- Date: Thu, 7 Feb 2008 12:19:05 -0700
On Feb 7, 2008, at 12:03 PM, Brian Taylor wrote: on perform mail action with messages theMessages for rule theRule tell application "Finder"
display dialog "This computer will go to sleep in 1 minute." buttons {"Sleep", "Cancel"} default button 2 giving up after 60
sleep
end tell end perform mail action with messages
Try this:
using terms from application "Mail" on perform mail action with messages theMessages for rule theRule tell application "Finder"
display dialog "This computer will go to sleep in 1 minute." buttons {"Sleep", "Cancel"} default button 2 giving up after 60
sleep
end tell end perform mail action with messages end using terms from
-- Impeach The Son Of A Bush!
|
_______________________________________________
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