From 1bd1c70127ea81da229294d2b8da3dd55854c096 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 31 Aug 2019 13:24:14 -0400 Subject: [PATCH] emacs: gnus: more granular thread sorting --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d889520..8088ce0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1967,7 +1967,11 @@ This function is intended for use with `ivy-ignore-buffers'." (bind-keys :map gnus-summary-mode-map ("M-L" . org-store-link)) - :hook (gnus-summary-mode . b/no-mouse-autoselect-window)) + :hook (gnus-summary-mode . b/no-mouse-autoselect-window) + :custom + (gnus-thread-sort-functions '(gnus-thread-sort-by-number + gnus-thread-sort-by-subject + gnus-thread-sort-by-date))) (use-feature gnus-msg :config -- 2.20.1