Eudora AppleScript Question...
Eudora AppleScript Question...
- Subject: Eudora AppleScript Question...
- From: David Crowe <email@hidden>
- Date: Thu, 23 Oct 2003 16:11:30 -0600
Currently I have a script that deletes the current message in Eudora by:
tell application "Eudora"
move message 1 to end of mailbox "Trash"
end tell
Does anybody (probably Jon Delacour) know why
delete message 1
doesn't work (..."message 1 doesn't understand the delete message")?
The reason I'm asking is because I want to open the next unread
message in the mailbox "In". Is there any way to refer to this
message without scanning the mailbox? I thought that perhaps "delete
message 1" would do the normal Eudora deletion which my preferences
have set to automatically open the next message.
- David Crowe
_______________________________________________
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.