groups

name language licence
Cleanup @ Entries - Address Book AppleScript Other
Detect Name Switch - Address Book AppleScript Other
ShellCommand AppleScript Other
theme_open AppleScript Other
Google_Search AppleScript Other
RapidWeaver_Addons_version AppleScript Other
check_safari_page_loaded_handler AppleScript Other
On-Off_AppToggle AppleScript Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: AppleScript
licence: Other

Cleanup @ Entries - Address Book

options: view full snippetsend to code collector
(*
Cleanup @ Entries

By Adam Merrifield <http://seydoggy.com>

This script will cause irreversible changes
to contacts in your Address Book.

USE AT YOUR OWN RISK!!

This script looks for entries in the Address Book that do not have proper first or last names and instead use an email address as one or the other. I personaly have no use for a contact with no name but this might be the case with you. This will likely wipe out a big chunk of your contacts, so I repeat, USE AT YOUR OWN RISK!!

- r1 12-23-09 13:31
*)
tell application "Address Book"
	
(Continues...)