From 4c0a41e42b53bd403732c8c1bcd973494af7658e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Aug 2022 22:13:53 -0700 Subject: spw/gnus-notmuch-ephemeral-search: sort by most recent article no. --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7dacb90d..c3c136f8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2793,6 +2793,7 @@ mutt's review view, after exiting EDITOR." (concat "nnselect-" (message-unique-id)) (list 'nnselect "nnselect") nil (cons (current-buffer) gnus-current-window-configuration) nil nil `((score-file . "all.SCORE") (adapt-file . "all.ADAPT") + (gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-number)) (nnselect-specs . ((nnselect-function . gnus-search-run-query) (nnselect-args -- cgit v1.2.3