Re: AS for moving mails to local disk
Re: AS for moving mails to local disk
- Subject: Re: AS for moving mails to local disk
- From: Joe <email@hidden>
- Date: Mon, 13 Aug 2007 13:14:07 -0700
Hello Rahul
Probably something like this should work.
tell application "Mail"
set x to get selection
move x to mailbox "Testing"
end tell
HTH
Joe
On Aug 13, 2007, at 11:23 AM, Rahul Mirakhur wrote:
Hello all,
I am kind of a newbie to world of AppleScripting and was trying my
hands around writing something which would let me move certain
messages I select (randomly) to a folder on my disk (I've already
created a folder in Apple Mail).
As this is a random activity, creating a rule is not applicable.
Is there a way I could by simply selecting few messages trigger a
script which will move them to a folder of my choice.
_______________________________________________
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