A couple of days ago I discovered the following mutt config option.
set sort = threads set sort_aux = last-date-received
This means you get the usual threading but that a thread is sorted by the date the last message in the thread was received. This keeps a thread which receives new mail at the bottom of your mailbox rather than up at the top.
Another idea I found useful is to sort my spam mailbox by subject. Since a lot of SPAM has exactly the same subject it makes it really easily to quickly scan the mailbox for HAM.
You can easily do this with the following additions to your muttrc
folder-hook . set sort=threads folder-hook spam set sort=subject
You need to set the default as mutt will change the sort order when you change to the spam folder but won’t change it back when you jump out of it.
April 16th, 2008 at 7:06 am
Noice. Comes in most useful at $work where I have all ex-employees aliased to my inbox!
June 12th, 2008 at 9:29 am
Amazing how people still use text-based email clients. What wrong, in your opinion, with GUI-based clients such as Thunderbird or Sylpheed?
June 12th, 2008 at 9:35 am
@Not Important
Nothing wrong with GUI clients. I just find that I’m much more productive in a text based client and IMHO mutt is a lot more powerfull then say Thunderbird. Also using a mouse just slows me down.