Re: Add signatures to Mail
Re: Add signatures to Mail
- Subject: Re: Add signatures to Mail
- From: bill fancher <email@hidden>
- Date: Sun, 6 Oct 2002 20:45:11 -0700
On Sunday, October 6, 2002, at 07:01 PM, Gunnar H Reichert-Weygold
wrote:
The subject says it. I'm trying to automatically add a very long list
of taglines to Mail's database. The following script adds the first
sig and then waits until it times out. Suggestions?
tell application "Mail"
set theCount to 1
make new signature with properties {name:theCount, content:"
make new signature with properties {name: theCount as string, content:"
...
Works here.
HTH,
--
bill
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.