summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-06 08:55:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-11 18:37:32 -0700
commit2db6a630355bdf3077aa2e7cada6e992b595c576 (patch)
tree410ada472ee1ade503e246533ddb8a5c306282b9
parent2552b64b3ccd4dbb18045fa68ba0c7fb783c2b95 (diff)
downloaddotfiles-2db6a630355bdf3077aa2e7cada6e992b595c576.tar.gz
set gnus-summary-thread-gathering-function
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e0426f29..70ceabb3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -214,6 +214,7 @@ windows side-by-side in the frame."
'(gnus-search-default-engines '((nnmaildir . notmuch)))
'(gnus-search-notmuch-remove-prefix "~/.fmail/")
'(gnus-secondary-select-methods '((nnmaildir "fmail" (directory "~/.fmail/"))))
+ '(gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references)
'(gnus-thread-sort-functions
'(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
'(gnus-update-message-archive-method t)