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

Re: color and Mail


  • Subject: Re: color and Mail
  • From: Christopher Stone <email@hidden>
  • Date: Tue, 14 Jan 2014 17:40:56 -0600

On Jan 14, 2014, at 07:57, koenig.yvan <email@hidden> wrote:
Is there a way to remove (set it to none) the background color applied to messages (mails) descriptors thru the button [Colors]
______________________________________________________________________

Hey Yvan,

# This works:
tell application "Mail"
set mList to (get selection)
repeat with i in mList
set background color of i to none
end repeat
end tell

# none
# blue
# gray
# green
# orange
# purple
# red
# yellow


# This fails:
tell application "Mail"
set background color of (messages of inbox) to red
end tell

--
Best Regards,
Chris


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: color and Mail
      • From: "koenig.yvan" <email@hidden>
References: 
 >color and Mail (From: "koenig.yvan" <email@hidden>)

  • Prev by Date: Re: Save as web archive
  • Next by Date: Re: color and Mail
  • Previous by thread: color and Mail
  • Next by thread: Re: color and Mail
  • Index(es):
    • Date
    • Thread