Re: color and Mail
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