> is there a way to set up Evolution to remove duplicate messages in a > folder? If not, can I propose such a feature?
Nope, there is no way to delete duplicate emails in Evolution. If you feel like this is a serious, missing feature, feel free to file a wish in http://bugzilla.ximian.com. However, I posted a script multiple times already on this list, to remove duplicated emails (based in Message-ID header) using formail. David Johnston, who last used it successfully, sent me some notes and advances to this script. The original (quick) script does the job well, but do *not* use it a second time on the same mails without removing the msg-id cache. I plan to post this script including Davids improvements -- but I won't be able to do so in the next couple of days. If you can wait, I can do this for next week (mid/end). ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
