• 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: AppleScript Mail Rules
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript Mail Rules


  • Subject: Re: AppleScript Mail Rules
  • From: Philip Aker <email@hidden>
  • Date: Mon, 09 Sep 2002 01:13:44 -0700

On Sunday, September 8, 2002, at 05:05 PM, bill fancher wrote:

According to "What's New in Mail?":

"Rules
Additional criteria and more actions. Run an AppleScript, act only on senders that are in Address Book, and automatically flag messages. You can use multiple critera to get even more sophisticated."

I've been unable find anything more on this in Help, and unable to figure it out on my own. Would someone please point me in the right direction?


I'm having trouble setting the "transfer message" portion (amongst other things):

tell application "Mail"
set rue to make at end new rule with properties {name:"rue"}
tell rue
set is enabled to true
set should transfer message to true
set rc to make at beginning new rule condition with properties {type:sender is in my address book}
set color message to purple
end tell
end tell


Philip Aker
http://www.aker.ca
_______________________________________________
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: AppleScript Mail Rules
      • From: Paul Marcos <email@hidden>
    • Re: AppleScript Mail Rules
      • From: bill fancher <email@hidden>
    • Re: AppleScript Mail Rules
      • From: bill fancher <email@hidden>
References: 
 >AppleScript Mail Rules (From: bill fancher <email@hidden>)

  • Prev by Date: Re: Controlling whether the Finder toolbar is displayed in a window...
  • Next by Date: Re: Smile available for Jaguar.
  • Previous by thread: AppleScript Mail Rules
  • Next by thread: Re: AppleScript Mail Rules
  • Index(es):
    • Date
    • Thread