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: Paul Berkowitz <email@hidden>
- Date: Mon, 17 Mar 2003 19:29:11 -0800
On 3/17/03 5:28 PM, "John Delacour" <email@hidden> wrote:
>
> It took 1.5 minutes to move 195 messages. 1 GHz iMac G4.
>
>
>
Using Eudora's very old-fashioned loop, I selected 195 messages and
>
they were transferred in 45 seconds. I should think OE or Entourage
>
could do it in a few seconds; perhaps Paul can test this.
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.
set t to GetMilliSec
tell application "Microsoft Entourage"
move every message of folder "Test Sub1" of folder "Test" to folder
"Inbox Silcom" of folder "Silcom"
end tell
set u to GetMilliSec
set t to (u - t) / 1000
display dialog "" & t & " seconds"
9.45 seconds to move a list of 195 selected messages.
It will be considerably faster on a new G4.
--
Paul Berkowitz
_______________________________________________
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.