Export Thunderbird Addressbook to Palm
A script to put a Thunderbird Addressbook on a Palm
Run Mozilla Thunderbird, open the addressbook, click Tools->Export and export it to a CSV file, say mozilla.csv
Use it like this:
./ThunderBird2Palm.pl < mozilla.csv > palm.csv
pilot-addresses -p /dev/pilot -r palm.csv
pilot-dedupe -p /dev/pilot -r AddressDB
Requires Perl, Text::CSV, new version of pilot-link