* Bence Ferdinandy <be...@ferdinandy.com> [2024-03-15 08:41]:
> 2024. márc. 15. 8:16:53 Evgeniy Berdnikov <b...@protva.ru>:
> 
> > On Fri, Mar 15, 2024 at 07:42:32AM +0100, Peter P. wrote:
> > > Do you have any recommendataion how I could de-duplicate messages with
> > > missing message-ids?
> > 
> > You have better to remove them all.
> > 
> > for f in /path/to/mailbox/* ; do
> >      if [ ! grep -is '^Message-id:' $f ] ; then
> >         rm -f $f
> >      fi
> > done
> > --
> > Eugene Berdnikov
> 
> I think you can tell mail dedup to not use message-id-s when checking
> duplicates
> 
> https://github.com/kdeldycke/mail-deduplicate

Thank you Oswald, Evgeniy, Bence,

I will look at your recommendations and report back in a while.

best, Peter



_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to