On Sat, Oct 24, 2020 at 04:26:27PM +0000, Globe wrote in
<mailman.16099.1603556794.40933.mutt-us...@mutt.org>:
set sort_aux=last-reverse-date-received
Does that what you want? Without "last" it looks at the date of the first
message in the thread, with it, it uses the last one of all the messages.
Thanks! For me, and also from the manual, I don't find this method:
Error in /home/gt/.muttrc, line 187: reverse-date-received: unknown sorting
method
Perhaps, you meant:
set sort_aux=reverse-last-date-received
which I tried as a guess, even though it does not seem to be in the manual but
does not give an error and seems to work. Thanks!!
I got that mixed up indeed, apologies! The manual does mention it, but perhaps
not in the easiest searchable way:
3.347. sort_aux
(...)
You can also specify the “last-” prefix in addition to the “reverse-” prefix,
but “last-” must come after “reverse-”. The “last-” prefix causes messages to
be sorted against its siblings by which has the last descendant, using the rest
of $sort_aux as an ordering.
Glad to hear this works for you!