Re: Updating Mail 1.2 database
Re: Updating Mail 1.2 database
- Subject: Re: Updating Mail 1.2 database
- From: Jeff Porten <email@hidden>
- Date: Wed, 2 Oct 2002 14:00:25 -0400
On Thursday, September 26, 2002, at 12:51 PM, cricket wrote:
On Wednesday, September 25, 2002, at 09:37 PM, Marc K. Myers wrote:
The problem seems to be that Mail doesn't recognize the move until at
least 30 seconds after the mailbox property is set. Is there a way
to force Mail to recognize the move as soon as the property is set
for a different mailbox?
Are you moving from one local mailbox to another or from IMAP server
to IMAP server? If you're going server to server or local to server,
you have to wait for the server to finish moving the message before
Mail will recognize the move.
Alternately, you could keep a master list within AppleScript of the
messages that have been moved, and check against that. I'm thinking of
a list of booleans, where item i of the boolean list is set to true
when item i of the mail list is moved. Then write it so your script
moves on when a message has already been handled.
_______________________________________________
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.