Re: Sierra mail problem
Re: Sierra mail problem
- Subject: Re: Sierra mail problem
- From: "@lbutlr" <email@hidden>
- Date: Wed, 29 Mar 2017 02:44:00 -0600
On 2016-11-08 (05:59 MST), Takaaki Naganoya <email@hidden> wrote:
>
> It must be a bug!
it is a big that has been own Sierra since 10.12.0 and has not been fixed. There is no way to select a signature nor to set the contents of a signature.
tell application "Mail" to set content of signature “SigOne" to "-- " & return & "This is a test”
has worked for many years and many versions of OS X. It doesn’t work in Sierra.
Neither does
tell app "Mail"
set newMsg to make new outgoing message
set visible of newMsg to true
set message signature of newMsg to signature “SigOne"
end
I’ve reported these as bugs, but have gotten no response.
They are still broken in 10.12.4
>
> <AppleScript>
> tell application "Mail"
> set aList to name of every signature
tell application "Mail"
set aList to every signature
end tell
--> { signature "DPS" of application "Mail", signature “CADMIN" of application "Mail", signature "Admin" of application "Mail", signature "Fortune" of application "Mail", signature “List" of application "Mail”}
--
Apple broke AppleScripting signatures in Mail.app, so no random signatures.
_______________________________________________
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