<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Michael Jay Lissner</title><link href="https://michaeljaylissner.com/" rel="alternate"></link><link href="https://michaeljaylissner.com/feeds/tag/de-dup" rel="self"></link><id>https://michaeljaylissner.com/</id><updated>2009-10-09T17:14:40-07:00</updated><entry><title>Fix Duplicate Thunderbird Address Book Contacts</title><link href="https://michaeljaylissner.com/posts/2009/10/09/de-dup-thunderbird-address-book-contacts/" rel="alternate"></link><updated>2009-10-09T17:14:40-07:00</updated><author><name>Mike Lissner</name></author><id>tag:michaeljaylissner.com,2009-10-09:posts/2009/10/09/de-dup-thunderbird-address-book-contacts/</id><summary type="html">&lt;p&gt;For the longest time, I&amp;#8217;ve been annoyed with Thunderbird because it doesn&amp;#8217;t catch duplicate contacts as you enter them into your address book. This seems like a standard thing to check for, but even in the &lt;a href="http://www.mozillamessaging.com/en-US/thunderbird/3.0b4/"&gt;latest release&lt;/a&gt;, this still hasn&amp;#8217;t &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=129393"&gt;been&lt;/a&gt; &lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=45946"&gt;fixed&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This was really starting to get out of control for me, so I did some thinking today about how to fix it, and finally came up with an answer. There is &lt;a href="https://addons.mozilla.org/en-US/thunderbird/addon/2505"&gt;an add-on&lt;/a&gt; that&amp;#8217;s supposed to do this, but it hasn&amp;#8217;t been updated in years, and doesn&amp;#8217;t work on the latest&amp;nbsp;version. &lt;/p&gt;
&lt;p&gt;So here&amp;#8217;s the process that worked for&amp;nbsp;me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open your address book, and select the address book that you wish to&amp;nbsp;de-duplicate&lt;/li&gt;
&lt;li&gt;Go to Tools &amp;gt; Export, and export the address book as a &lt;span class="caps"&gt;CSV&lt;/span&gt;&amp;nbsp;file.&lt;/li&gt;
&lt;li&gt;Open that file in OpenOffice Spreadsheet, and sort it by the column called &amp;#8220;Display&amp;nbsp;Name&amp;#8221;&lt;/li&gt;
&lt;li&gt;Insert a column to the left (or right, whatever) of the &amp;#8220;Display Name&amp;#8221; 
 column, and fill it with entries such as &lt;code&gt;=if(C2=C3, "Duplicate", 
 "OK")&lt;/code&gt; Where C corresponds with the column in which you&amp;#8217;re looking for 
 duplicates. Fill the entire column with such entries all the way to the&amp;nbsp;bottom.&lt;/li&gt;
&lt;li&gt;Next, visually look for duplicates and delete them. Once that&amp;#8217;s done, do the same thing for the email address column, and you should be able to eliminate all the&amp;nbsp;duplicates.&lt;/li&gt;
&lt;li&gt;To get them back into Thunderbird, go to Tools &amp;gt; Import, and import the file. This will create a new address book by the name of the&amp;nbsp;file.&lt;/li&gt;
&lt;li&gt;From there, simply delete your old address book, and rename the new one to something&amp;nbsp;useful.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All&amp;nbsp;done!&lt;/p&gt;</summary><category term="thunderbird"></category><category term="de-dup"></category></entry></feed>