From 28fcde80f92e880b8e876c90db55e1d869d0ffe8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 18 Jul 2022 13:55:47 -0700 Subject: note that gnus-suppress-duplicates t works around Emacs bug#56592 --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3