summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-17 21:25:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-18 13:47:13 -0700
commit7972e0ce61853759f48350b8d2d773800e1d5ad0 (patch)
tree298898f9439e032dcb535e74af4e9f01587bd166
parentd87ab668b9cde355070f7734489e2eb1fe507c36 (diff)
downloaddotfiles-7972e0ce61853759f48350b8d2d773800e1d5ad0.tar.gz
turn on Gnus duplicate suppression
-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 8ddd2b89..9154e12e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -233,6 +233,7 @@ windows side-by-side in the frame."
'(gnus-sum-thread-tree-vertical "│")
'(gnus-summary-line-format "%U%R%z %(%12&user-date; %*%-23,23f%) %B%s\12")
'(gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references)
+ '(gnus-suppress-duplicates t)
'(gnus-thread-sort-functions
'(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
'(gnus-topic-display-empty-topics nil)