Here’s a quick howto on a process that doesn’t seem to be very well supported or documented: Getting your contacts and addresses out of Novell Evolution and into Mozilla Thunderbird (or any other similar mail client like Yahoo Mail etc…)
Exporting from Evolution is not something that’s very apparent. Unless you want to export your contacts as a VCard (by highlighting all and doing a save as vcard) you’re going to have to call upon the obscure evolution-addressbook-export command. For some reason this utility wasn’t in my path, so I had to call it directly.
On Debian Sarge, the basic sequence goes like this:
- Export the evolution address book with the
evolution-addressbook-exportutility in csv format - Import it into Mozilla Thunderbird
- Export as needed in other formats to other mail clients (LDIF seems to work well for Yahoo! Mail…)
It’s really simple once you know what to use and where to find it:
/usr/lib/evolution/2.X/evolution-addressbook-export --format=csv > contacts.csv
Now just import it into Mozilla Thunderbird (Addressbook – Tools – Import).
I don’t know why it’s hard to find references to Evolution’s addressbook export utility – it seems to address a pretty big need. Hope this helps somebody…
tags: evolution, debian, thunderbird
