From a287d2af01d6d97d29518f580755b1628053919d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 5 Oct 2023 10:21:47 +0200 Subject: [PATCH] Increase Gnus' large-group limit 200 is not enough, let's try 500. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index bd16512..39bb251 100644 --- a/init.el +++ b/init.el @@ -1399,7 +1399,7 @@ point to the beginning of buffer first." gnus-subscribe-newsgroup-method 'gnus-subscribe-killed gnus-group-list-inactive-groups t gnus-suppress-duplicates nil - gnus-large-newsgroup 200 + gnus-large-newsgroup 500 nnmail-expiry-wait 7 nnmail-cache-accepted-message-ids t gnus-summary-next-group-on-exit nil