summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-18 13:55:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-18 13:56:55 -0700
commit28fcde80f92e880b8e876c90db55e1d869d0ffe8 (patch)
treea4bcd4ff16c093d4aa52b83d70ca4b625942c056
parent26624d3174aec15a13447f891ffab01b42a6099d (diff)
downloaddotfiles-28fcde80f92e880b8e876c90db55e1d869d0ffe8.tar.gz
note that gnus-suppress-duplicates t works around Emacs bug#56592
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 42b771ea..3ea4cabe 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -233,7 +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-suppress-duplicates t nil nil "Works around Emacs bug#56592, and wanted anyway.")
'(gnus-thread-sort-functions
'(gnus-thread-sort-by-number gnus-thread-sort-by-total-score))
'(gnus-topic-display-empty-topics nil)