• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: move Mail message to mailbox
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

end tell


/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

References: 
 >move Mail message to mailbox (From: Curt Beavers <email@hidden>)
 >Re: move Mail message to mailbox (From: Peter Saint James <email@hidden>)
 >Re: move Mail message to mailbox (From: Sigurd Foshaug <email@hidden>)

  • Prev by Date: Re: move Mail message to mailbox
  • Next by Date: HELP-action to move mail message to a folder/mailbox
  • Previous by thread: Re: move Mail message to mailbox
  • Next by thread: HELP-action to move mail message to a folder/mailbox
  • Index(es):
    • Date
    • Thread