Re: Changes in Evernote syntax?
Re: Changes in Evernote syntax?
- Subject: Re: Changes in Evernote syntax?
- From: Shane Stanley <email@hidden>
- Date: Sat, 21 Dec 2013 09:16:11 +1100
On 21 Dec 2013, at 3:04 AM, Michael Grant <email@hidden> wrote:
> but in the original script it's part of a repeat loop, so the only way (AFAIK) to restore the original functionality is to put it in a handler...
No it's not:
tell application "Mail"
--get selected messages
set theSelection to selection
end tell
--loop through all selected messages
repeat with theMessage in theSelection
tell application "Mail"
--get information from message
end tell
--import message to Evernote
tell application "Evernote"
etc, etc
end tell
end repeat
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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