Delete duplicate messages in evolution and mutt

Mutt
This nice fix was found here

Simple steps:

add following lines in your ~/.muttrc

set sort=threads
#set sort=reverse-date
set auto_tag=yes
set duplicate_threads = yes

set move = yes
macro index M “T.*\n;WN” “Mark all messages as read”

start mutt, all duplicate messages will be marked as ~=

type T to tag message match ~=, then type d to delete. that’s simple nice way!!

Evolutiom
highlight emails, right click the mouse,select Remove duplicate messages.

it’s amazing and simple.

3 responses to “Delete duplicate messages in evolution and mutt

Leave a comment