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: Luther Fuller <email@hidden>
- Date: Tue, 14 Aug 2007 16:01:46 -0500
OK, so we're moving messages from one mailbox into another, not into
folders. (local disk ?)
I just tried this, seems to work ...
tell application "Mail"
set msgList to selection
move msgList to mailbox "Test"
end tell
But, the original poster asked ...
"Is there a way I could by simply selecting few messages trigger a
script which will move them to a folder of my choice."
I don't think so. (Well, I guess one could do that with a stay-open
script, but you wouldn't like it. No way to take back mistekes.) Best
to use Drag & Drop.
On Aug 14, 2007, at 12:47 PM, David Wolfe wrote:
The original poster said they want to move messages into other
folders that the created in Mail--not in the Finder.
David
On Aug 14, 2007, at 1:44 PM, Luther Fuller wrote:
But you can't just "drag it to the folder", because Mail, at least
on my PPC G4 with 10.4.10, won't allow drag & drop into the
Finder. And Mail's File/Save As... only allows saving as a plain/
raw/rtf file. I think my Mail Saver shareware is ideal for this
situation as it saves messages as .emlx files which means a
message can still be opened with Mail and acts like a message.
Find it here ...
http://www.versiontracker.com/dyn/moreinfo/macosx/30888
On Aug 14, 2007, at 9:15 AM, Michelle Steiner wrote:
On Aug 14, 2007, at 4:51 AM, Rahul Mirakhur wrote:
Maybe I didn't say it correctly - I want to move mails from my
default Inbox to other folders (I created in Mail) but as these
are random mails which I decide after reading them, I need to
have a customized script rather than a rule.
Why not just drag it to the folder? That's about as much effort
as right clicking and then choosing an item from a menu.
-- Michelle
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40settingpace.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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