• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Eudora users - Did you know that...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Eudora users - Did you know that...
      • From: Christian Vinaa <email@hidden>
References: 
 >Eudora users - Did you know that... (From: John Delacour <email@hidden>)

  • Prev by Date: how do I read values in a dropdown( ie pop up button) list out?
  • Next by Date: Choose location dialog - view as html
  • Previous by thread: Eudora users - Did you know that...
  • Next by thread: Re: Eudora users - Did you know that...
  • Index(es):
    • Date
    • Thread