• 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: Moving a message in OS X's Mail.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Moving a message in OS X's Mail.app
      • From: John Delacour <email@hidden>
    • Re: Moving a message in OS X's Mail.app
      • From: Michelle Steiner <email@hidden>
References: 
 >Re: Moving a message in OS X's Mail.app (From: John Delacour <email@hidden>)

  • Prev by Date: Re: Applescripting AOL address Book?
  • Next by Date: Re: Perl or AppleScript ?
  • Previous by thread: Re: Moving a message in OS X's Mail.app
  • Next by thread: Re: Moving a message in OS X's Mail.app
  • Index(es):
    • Date
    • Thread