A script that might be useful to some
A script that might be useful to some
- Subject: A script that might be useful to some
- From: Michelle Steiner <email@hidden>
- Date: Tue, 4 May 2004 10:44:43 -0700
I got tired of trying to change the labels of a bunch of addresses in
the address book, so I wrote this script to do it for me.
tell application "Address Book"
set the label of emails of the people of group "mailing lists" to
"List"
save
end tell
-- Michelle
--
"Condoms encourage promiscuity
- in the same way that seat belts encourage automobile accidents."
O.C. Brown
_______________________________________________
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.