1
0
Fork 0

[oni-gnus] Use references, not the subject, to determine threads

This commit is contained in:
Tom Willemse 2021-04-25 17:44:38 -07:00
parent ef2c729039
commit fd6b131d1c

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0423.103027 ;; Version: 2021.0425.174415
;; Package-Requires: (oni-data-dir) ;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -67,6 +67,8 @@ Do this N times."
(setq gnus-select-method (setq gnus-select-method
'(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/"))) '(nnmaildir "ryuslash" (directory "~/documents/mail/ryuslash/")))
(setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references)
(add-to-list 'gnus-posting-styles (add-to-list 'gnus-posting-styles
'(".*" '(".*"
(address "tom@ryuslash.org") (address "tom@ryuslash.org")