Using
mutt I organise my mails as threads in the index view.
This way I often have the problem that I miss a reply to a very old thread because I always jump to the end of my mails to see the new ones instead of cycling through them with tab.
I just stumbled over a way to solve that. There is
sort_aux. This variable controls how threads are sorted in
relation to other threads and how branches in a threads are organised. The default is
date and this value accepts anything
sort accepts except for the value thread (obviously).
Fortunately there is
set sort_aux=last-date-received which does exactly solve my problem. By specifying this a thread that receives a new message is automatically
moved to the end of the index and becomes the last one displayed. No way to overlook mails this way.
Maybe some people suffer of the same problem..