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: Rahul Mirakhur <email@hidden>
- Date: Tue, 14 Aug 2007 17:18:29 +0530
Thanks Joe, this helps me get started to do what I want. All I now
need is a way to have this script run through a simple right-click
from inside the Mail app.
Rahul.
On 14-Aug-07, at 1:44 AM, Joe wrote:
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