summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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)