GNU bug report logs - #53755
27.2; C-u M-x gnus-summary-sort-by-most-recent-number / -date not ordering threads as expected

Previous Next

Package: emacs;

Reported by: Emilia Blåsten <emilia.blasten <at> iki.fi>

Date: Thu, 3 Feb 2022 18:39:02 UTC

Severity: normal

Found in version 27.2

Full log


View this message in rfc822 format

From: Arash Esbati <arash <at> gnu.org>
To: Emilia Blåsten <emilia.blasten <at> iki.fi>
Cc: 53755 <at> debbugs.gnu.org
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
Emilia Blåsten <emilia.blasten <at> 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




This bug report was last modified 3 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.