Re: getting multiple selected messages in Eudora?
Re: getting multiple selected messages in Eudora?
- Subject: Re: getting multiple selected messages in Eudora?
- From: John Delacour <email@hidden>
- Date: Wed, 16 Jul 2003 20:48:34 +0100
- Mac-eudora-version: 6.0a27
At 6:29 pm -0400 15/7/03, Rob Jorgensen wrote:
Well I'll be a sunnuva...
Thanks for the correction JD. I've now made another post to the BBS
to correct my bad self. I would have sworn that I had used raw IDs
in the past but I guess not.
Now I'm off to inspect all of my Eudora scripts. :P
Here's a neat demonstration of the danger of using the id alone
rather than a fully qualified reference:
tell app "Eudora"
open the first message in mailbox 14
set _id to the id of the front message
set _subject to the subject of the front message
close the front window
set _subject2 to the subject of message id _id
set _subject3 to the subject of message id _id of mailbox 14
{_subject, _subject2, _subject3}
end
For a long time I have nagged for a mailbox property of the message
class in Eudora. I'm sure it's on SD's list of priorities -- at
about item No. 18,367.
There is also no way, using Eudora's dictionary, to create a new
mailbox and have it appear immediately in the menu. There is a way
to do it, but my challenge of two months standing remains unanswered
and I'm not talking.
Later I will show a relatively certain way to get a fully qualified
reference to the message in the front window. This is not quite so
mercurial as the other problem.
-- JD
.
_______________________________________________
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.