On Mon, 13 Mar 2017, Baron Fujimoto wrote: > Is it possible to apply multiple sort criteria at the message index? For > example, I generally want my messages threaded (Sort Thread) > but I would also secondarily like it sorted by Received (Sort Recv) > option) so that more recent responses in the thread pop the thread to the > most recent end of the message index. As it is now, long lived threads > tend to migrate backwards because they are anchored by the oldest retained > message in the thread. Or is there some other way to achieve this?
You should have a look at the 'sort_aux' option. With this option set to 'last-date-received' you can achieve exactly what you want. I hope this helps. Till