• 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: Signatures, Mail.app and Tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Signatures, Mail.app and Tiger


  • Subject: Re: Signatures, Mail.app and Tiger
  • From: Adam Wuellner <email@hidden>
  • Date: Fri, 6 May 2005 18:24:08 -0500

On 5/6/05, Norman Cohen <email@hidden> wrote:
> With Tiger, I have not been able to figure out a way to change the
> contents of a signature using Applescript. I had been able to do this
> in Panther.
>
> Signatures have two properties, name and content. I am able to get
> both properties for a signature by the following:
>
> tell application "Mail"
>      content of signature "name of signature"
>      name of signature "name of signature"
> end tell
>
> But I can no longer either make a new signature or alter the name or
> content properties of a previously defined signature.
>
> Has anyone figured out how to do this in Tiger Mail?

Nope.  But to confirm you're not crazy:

tell application "Mail"
	set new_sig to make new signature with properties {name:"new sig",
content:"-- "}
	properties of new_sig
end tell

result:
{class:signature, content:missing value, name:"new sig"}

Looks broken to me.

Why is Safari the only app with a 'Report bugs to Apple' menu item in
its application menu?
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Signatures, Mail.app and Tiger
      • From: Norman Cohen <email@hidden>
References: 
 >Signatures, Mail.app and Tiger (From: Norman Cohen <email@hidden>)

  • Prev by Date: AppleScript and FMP
  • Next by Date: Re: Nice Automator article on O'Reilly
  • Previous by thread: Signatures, Mail.app and Tiger
  • Next by thread: Re: Signatures, Mail.app and Tiger
  • Index(es):
    • Date
    • Thread