Re: Eudora AppleScript Question...
Re: Eudora AppleScript Question...
- Subject: Re: Eudora AppleScript Question...
- From: Christopher Stone <email@hidden>
- Date: Sat, 25 Oct 2003 10:05:34 -0500
At 10:48 -0600 10/24/03, David Crowe wrought:
If I read my messages from newest to oldest this would work, but what I
want is the oldest unread message, usually somewhere in the middle of
the "In" mailbox.
______________________________________________________________________
Greetings,
John Delacour is no longer subscribed to this list.
If you are reading messages and manually deleting them what is the point
of scripting the delete process?
Command-d will delete the front-most open message, and you can set what
happens as a consequence in the "Moving Around" settings pane - "Open
next unread message" is one option.
"Delete" does in fact have its uses - there *are* objects you can delete
such as personalities or nicknames.
tell application "Eudora"
delete nickname 0 of nickname file "Eudora Nicknames"
end tell
There is no way to have Eudora auto-select another message when moving
one via script. (I have at times found that inability to be most
annoying.)
Chris
_______________________________________________
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.