Remove duplicate emails in SM 2.53

User Help for Seamonkey and Mozilla Suite
Post Reply
bhurter
Posts: 64
Joined: November 9th, 2007, 2:38 pm

Remove duplicate emails in SM 2.53

Post by bhurter »

When I merged two sets of saved emails, a huge number were duplicated. Is there any add-on that will remove duplicate emails in SM 2.53.2. The ones for Thunderbird are not compatible.
User avatar
DanRaisch
Moderator
Posts: 127188
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Remove duplicate emails in SM 2.53

Post by DanRaisch »

Moving to SeaMonkey Support.
User avatar
ElTxolo
Posts: 2807
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Remove duplicate emails in SM 2.53

Post by ElTxolo »

bhurter wrote:When I merged two sets of saved emails, a huge number were duplicated. Is there any add-on that will remove duplicate emails in SM 2.53.2. The ones for Thunderbird are not compatible.
  • Image You can use this extension:

    Removedupes ( >> As MoCo seems to have removed the MozDev pages). #-o


    You will have to download it from GitHub (you have to use this version removedupes_0.4.1_suiterunner.xpi)

    Code: Select all

    <?xml version="1.0"?>
    
    <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
    
      <Description about="urn:mozilla:install-manifest">
        
        <!-- Front End MetaData -->
       <em:id>{a300a000-5e21-4ee0-a115-9ec8f4eaa92b}</em:id>
       <em:version>0.4.1</em:version>
        <em:name>Remove Duplicate Messages (Alternate)</em:name>
        <em:description>Locates duplicate messages in mail folders and removes them.</em:description>
        <em:creator>Eyal Rozenberg</em:creator>
        <em:homepageURL>http://removedupes.mozdev.org/</em:homepageURL>
        <em:type>2</em:type> <!-- type=extension --> 
    
        <!-- Target Application this extension can install into, 
             with minimum and maximum supported versions. --> 
    
        <!-- Seamonkey -->
        <em:targetApplication>
         <Description>
           <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
           <em:minVersion>2.35</em:minVersion>
           <em:maxVersion>2.51.*</em:maxVersion>
         </Description>
        </em:targetApplication>
    
        <em:iconURL>chrome://removedupes/content/removedupes.png</em:iconURL>
    
        <em:optionsURL>chrome://removedupes/content/removedupes-prefs.xul</em:optionsURL>
    
      </Description>
    </RDF>
    
  • Release 0.4.1 · eyalroz/removedupes · GitHub








    Cheers!! 8-)
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240324 SeaMonkey/2.53.19 :lildevil:

~
bhurter
Posts: 64
Joined: November 9th, 2007, 2:38 pm

Re: Remove duplicate emails in SM 2.53

Post by bhurter »

Thanks.

From GitHub, the one that installed on SM 2.53.2 was removedupes_0.4.1_suiterunner.xpi (SM would not install removedupes_0.4.1_suitelegacy.xpi)

Have it on my computer including a putting a button "Remove Dupes" on my console. But it does not work. Have reset the time to search a folder from seconds to minutes to hours but no dupes removed.
User avatar
ElTxolo
Posts: 2807
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Remove duplicate emails in SM 2.53

Post by ElTxolo »

bhurter wrote:Thanks.
  • You're welcome! :wink:
bhurter wrote:... From GitHub, the one that installed on SM 2.53.2 was removedupes_0.4.1_suiterunner.xpi (SM would not install removedupes_0.4.1_suitelegacy.xpi)

Have it on my computer including a putting a button "Remove Dupes" on my console. But it does not work. Have reset the time to search a folder from seconds to minutes to hours but no dupes removed.
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240324 SeaMonkey/2.53.19 :lildevil:

~
bhurter
Posts: 64
Joined: November 9th, 2007, 2:38 pm

Re: Remove duplicate emails in SM 2.53

Post by bhurter »

I just found out my problem.

I was asking "Remove Dupes" to remove dupes in a folder(s) in one of my email accounts and this did not work.

What is working as I write this is asking it to remove dupes from the entire account not a folder in the account.

Thanks for this.
User avatar
ElTxolo
Posts: 2807
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Remove duplicate emails in SM 2.53

Post by ElTxolo »

bhurter wrote:I just found out my problem.

I was asking "Remove Dupes" to remove dupes in a folder(s) in one of my email accounts and this did not work.

What is working as I write this is asking it to remove dupes from the entire account not a folder in the account.

Thanks for this.
  • Glad to help .... Image





    You're welcome!! :wink:
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240324 SeaMonkey/2.53.19 :lildevil:

~
Post Reply