Results 1 to 3 of 3

Thread: Evolution to Thunderbird (VCF Conversions)

  1. #1
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Evolution to Thunderbird (VCF Conversions)

    Linkage: http://cpbotha.net/weblogs/cpbotha/

    So, you want to export all your addresses from evolution (which I use at work) and to import those addresses into your Mozilla Mail (or Thunderbird) at home. Once again, the software really bites. Evolution is too damn retarded to export anything else than VCARD (VCF) files. Mozilla Mail can import CSV (comma-delimited) or LDIF files.

    Fortunately, there's vcf2ldif. It's far from perfect, but it's miles better than nothing. Oh, BTW, this will probably segfault on your evolution VCARD file. I bashed its head in with my trusty gdb (a "debugger" to the less refined readers) and this patch is the result.

  2. #2

    Re:Evolution to Thunderbird (VCF Conversions)

    Sweet! Actually my girlfriend was looking for a way to do exactly this!

    Thanks! How do you like thunderbird by the way?

  3. #3
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re:Evolution to Thunderbird (VCF Conversions)

    Right now Im just importing stuff over
    So far so good.

    To get this working click on "Contacts" in Evolution, EDIT>SELECT ALL (cntrl+A), and then FILE>SAVE AS VCARD. Also, this program only outputs and doesnt store, try this:

    Code:
    vcf2ldif addressbook.vcf > ~/address.ldif
    Im working on a script that adds a little more functionality

Similar Threads

  1. Moving Email From Evolution to Thunderbird
    By shebang in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 04-10-2005, 06:38 PM
  2. Installing Firefox and Thunderbird on Red Hat 9
    By happydog500 in forum Linux - Software, Applications & Programming
    Replies: 10
    Last Post: 04-04-2004, 01:57 PM
  3. RH 9 and Evolution
    By dishawjp in forum Linux - General Topics
    Replies: 21
    Last Post: 06-29-2003, 06:55 PM
  4. Ximian Evolution
    By VampyreUK in forum Linux - General Topics
    Replies: 3
    Last Post: 06-21-2002, 01:24 PM
  5. Evolution and MrProject RPM's for RH 7.1.9x
    By JimH in forum Redhat / Fedora
    Replies: 0
    Last Post: 10-05-2001, 04:56 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •