Re: Two copies of email when cc-ed in mailing lists
Tim Chase <[email protected]>
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Message-ID | <[email protected]> |
On 2024-10-27 10:38, Sadeep Madurange wrote: > In some lists, users send replies to the list address while cc-ing my > email address. So, I get two copies of the same email. > > Is there anything I can do so that I only receive/see one copy? Not sure if it's as automatic as you'd like, but Mutt can identify duplicate messages with the ~= filter, so you can do D~= to delete all the duplicate messages. -tkc