On Jun 10, 2010, at 6:58 PM, Deivy Petrescu wrote:

> On Jun 10, 2010, at 6:05 PM, Bill Steele wrote:
>
>> I have a big list of signatures to import into Mail and figured to  
>> do it with a script. So..
>>
>> tell application "Mail"
>> make new signature with properties {name:"newsig",content:"some  
>> stuff"}
>> end tell
>>
>> It runs without an error, but nothing appears in the signature list.
>>
>> Bill Steele
>> [log in to unmask]
>
>
>
> Bill,
> I believe something do happen.
> you (we) can't see it though!
>
> Try running
>
>
>
> tell application "Mail"	to get properties of every signature
>
>
> Check what you get.
> By the way I used  "make new signature at the end of ..."
>
>
>
> Deivy Petrescu
> [log in to unmask]

You're right. There are signatures there that don't appear in the  
preference pane or the pulldown. So how do I get them to show up?

Bill Steele
[log in to unmask]