chiark / gitweb /
dot/gnus.el: Read active file unconditionally.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 23 Jul 2024 15:00:07 +0000 (16:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 23 Jul 2024 15:01:06 +0000 (16:01 +0100)
dot/gnus.el

index e362b308eb2fae0528775a0a62f2b35dbc5d943e..2f6d7c8014ede98bd25f8f8475ae023730303152 100644 (file)
@@ -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