aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gnus.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-04-25 17:44:38 -0700
committerGravatar Tom Willemse2021-04-25 17:44:38 -0700
commitfd6b131d1c391fb9bc1d2f89db6e077bd9805d57 (patch)
treea8cb2f79ddf759265bdb8e3579e4f7693af421b1 /oni-gnus.el
parentef2c7290399c63fd390bb016dfd4dbde60de8b6b (diff)
downloademacs-config-fd6b131d1c391fb9bc1d2f89db6e077bd9805d57.tar.gz
emacs-config-fd6b131d1c391fb9bc1d2f89db6e077bd9805d57.zip
[oni-gnus] Use references, not the subject, to determine threads
Diffstat (limited to 'oni-gnus.el')
-rw-r--r--oni-gnus.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-gnus.el b/oni-gnus.el
index ef6bbc2..4469fd3 100644
--- a/oni-gnus.el
+++ b/oni-gnus.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0423.103027
+;; Version: 2021.0425.174415
;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@@ -67,6 +67,8 @@ Do this N times."
(setq gnus-select-method
'(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))
+(setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references)
+
(add-to-list 'gnus-posting-styles
'(".*"
(address "tom@ryuslash.org")