bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53755: 27.2; C-u M-x gnus-summary-sort-by-most-recent-number / -date


From: Arash Esbati
Subject: bug#53755: 27.2; C-u M-x gnus-summary-sort-by-most-recent-number / -date not ordering threads as expected
Date: Thu, 03 Feb 2022 20:54:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Emilia Blåsten <emilia.blasten@iki.fi> writes:

> In summary, there are two thing happening:
>
> 1) Threads seem to become sorted in reverse by their oldest message
> instead of in reverse by their newest message.
>
> 2) The order of the messages inside threads changes without the
> documentation mentioning it.

My apologies if I didn't understand your requirements correctly, but I
think you're looking for `gnus-subthread-sort-functions'.  Try

(setq (gnus-thread-sort-functions
       '(gnus-thread-sort-by-most-recent-number))
      (gnus-subthread-sort-functions
       '(gnus-thread-sort-by-date)))

Best, Arash





reply via email to

[Prev in Thread] Current Thread [Next in Thread]