Re: Eudora users - Did you know that...
Re: Eudora users - Did you know that...
- Subject: Re: Eudora users - Did you know that...
- From: Bill Briggs <email@hidden>
- Date: Tue, 18 Mar 2003 19:56:31 -0400
At 10:36 PM +0000 18/03/03, John Delacour wrote:
...you can find out what filters any message is subject to by
selecting it, holding down the shift key and opening the Filters
window.
Yup, and if you've got Player you can make it into a button bar
script that does it in a click once you highlight the message.
Haven't tried it in UI scripting.
It's a useful feature when sorting out the optimal order for a large
number of filters.
- web
tell application "Eudora"
activate
tell application "PreFab Player"
set menu selection location to {1, 15}
-- needed to avoid PopChar and TypeIt4Me icons
set delayValue to 5
set mouse delay to delayValue
do menu menu item "Filters" of menu "Window" holding shift
end tell
end tell
_______________________________________________
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.