Re: Moving a message in OS X's Mail.app
Re: Moving a message in OS X's Mail.app
- Subject: Re: Moving a message in OS X's Mail.app
- From: Michelle Steiner <email@hidden>
- Date: Tue, 18 Mar 2003 01:27:42 -0700
On Monday, March 17, 2003, at 08:29 PM, Paul Berkowitz wrote:
Entourage X:
7.09 seconds using 'move every message of folder x to folder y' (195
messages) run from the Entourage script menu, on a G3 350 computer in
OS
10.2.4.
I tried writing without a loop:
tell application "Mail"
set a to current date
set foo to (the selected mailboxes of message viewer 1)
set bar to item 1 of foo
set foobar to messages of bar
set the mailbox of messages of bar to mailbox "aaa"
set b to current date
end tell
b - a
9 to 10 seconds to move 173 messages. 1 GHz iMac G4.
--Michelle
--
Give Peace A Chance.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.