Add signatures to Mail
Add signatures to Mail
- Subject: Add signatures to Mail
- From: Gunnar H Reichert-Weygold <email@hidden>
- Date: Sun, 6 Oct 2002 19:01:00 -0700
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:"
---------
AIM/iChat: email@hidden
Laptop: Where my cats sleep."}
set theCount to theCount + 1
make new signature with properties {name:theCount, content:"
---------
AIM/iChat: email@hidden
Purrrrranoia - The feeling that your cat is up to something"}
set theCount to theCount + 1
make new signature with properties {name:theCount, content:"
---------
AIM/iChat: email@hidden
Put your cat in box, add postage and mark 'Schroedinger.'"}
set theCount to theCount + 1
make new signature with properties {name:theCount, content:"
---------
AIM/iChat: email@hidden
I understand life and the universe. Cats are beyond me."}
end tell
_______________________________________________
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.