Re: a question on scripting Eudora (guess who this is for..)
Re: a question on scripting Eudora (guess who this is for..)
- Subject: Re: a question on scripting Eudora (guess who this is for..)
- From: Rob Jorgensen <email@hidden>
- Date: Wed, 9 Oct 2002 12:19:45 -0400
At 2:47 PM +0100 10/9/02, you wrote:
As one of those folk who uses Eudora because nothing else comes close (in
terms of the combo of interface, scriptability + price), I've got a
question.
I have multiple personalities (in Eudora). From time to time I get messages
that I want to reply to with a specific personality (that already exists).
Eudora's dictionary doesn't offer much with personalities. I'd really like
tell app Eudora
reply message 0 with personality 1
end tell
How about this:
tell application "Eudora"
reply message 0
set personality of message 0 to personality "your_desired_personality"
end tell
Tested with Eudora 5.1.1 and OS X 10.2.1.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.