From 9ab88c21bb34b98b11eecccfb248d6f1f4b51e3c Mon Sep 17 00:00:00 2001 Message-Id: <9ab88c21bb34b98b11eecccfb248d6f1f4b51e3c.1746129750.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 23 Jul 2024 16:00:07 +0100 Subject: [PATCH] dot/gnus.el: Read active file unconditionally. Organization: Straylight/Edgeware From: Mark Wooding --- dot/gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/gnus.el b/dot/gnus.el index e362b30..2f6d7c8 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -79,7 +79,7 @@ (setq mm-verify-option 'known ;; they'll need hacking in the local file. (setq gnus-save-killed-list nil gnus-check-bogus-newsgroups nil - gnus-read-active-file 'ask-server) + gnus-read-active-file t) ;; Don't skip unread groups. (setq gnus-group-goto-unread nil -- [mdw]