Re: move Mail message to mailbox
Re: move Mail message to mailbox
- Subject: Re: move Mail message to mailbox
- From: Steven Knowles <email@hidden>
- Date: Tue, 8 Sep 2009 16:36:44 +0400
Yes, Mail Rules will do that no problem. Doing it myself already.
Cheers, Steven On 08/09/2009, at 4:33 PM, Sigurd Foshaug wrote: I dont think there is a built in action available.
Guess you could do it in AppleScript
Something like this maybe?:
tell application "Mail"
set mailtomove to every message of mailbox "mailboxname" of account "accountname" if mailtomove is not {} then move mailtomove to mailbox "anothermailbox" end if
/Sigurd On 8 Sep 2009, at 13:10, Peter Saint James wrote: On 8 September2009, at 5:59 AM, Curt Beavers wrote: Is there an automator action to move selected mail message to a specified mailbox?
Is there a reason to use Automator to do this rather than use Mail's own capacity to do it? Peter
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden