Bug Fixes: Mail Headers in Mavericks
Bug Fixes: Mail Headers in Mavericks
- Subject: Bug Fixes: Mail Headers in Mavericks
- From: Christopher Stone <email@hidden>
- Date: Tue, 29 Oct 2013 07:05:03 -0500
Hey Folks,
Well, well. At least along with the bitter there's a bit of better.
tell application "Mail" set _message to first item of (get selection) tell _message {name, content} of every header end tell end tell
tell application "Mail" set _message to first item of (get selection) tell _message content of headers whose name contains "date" end tell end tell
Headers are working again.
-- 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