Using the default thread sort in mutt and reading a message that was receive today, attached to a from the start of February I had a momently realisation that it would be nice if mutt could sort the threads by the date of the most recently arrived message, rather than the first message in the thread.
Quick google and I have my answer:
set sort=threads # default sort messages by thread
set sort_browser=reverse-date # showing mbox list default to newest first
set sort_aux=last-date-received # showing threads with youngest message last
3 comments ↓
[...] A simple but important tip to make handling of threads in Mutt saner. From Nicholas Lee. [...]
[...] out my favorite canine has learned some new tricks since I last saw her. Thread sorting is now more Gmail-ish, sorting threads not by the date of the oldest mail in the thread but by the most [...]
Better is sort_aux=reverse-last-date-received
Leave a Comment