• 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
Add signatures to Mail
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Add signatures to Mail
      • From: bill fancher <email@hidden>
  • Prev by Date: Efficiently searching for file name
  • Next by Date: Re: Add signatures to Mail
  • Previous by thread: Re: Efficiently searching for file name
  • Next by thread: Re: Add signatures to Mail
  • Index(es):
    • Date
    • Thread