chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98b12c
)
dot/gnus.el: Read active file unconditionally.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 23 Jul 2024 15:00:07 +0000
(16:00 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 23 Jul 2024 15:01:06 +0000
(16:01 +0100)
dot/gnus.el
patch
|
blob
|
blame
|
history
diff --git
a/dot/gnus.el
b/dot/gnus.el
index e362b308eb2fae0528775a0a62f2b35dbc5d943e..2f6d7c8014ede98bd25f8f8475ae023730303152 100644
(file)
--- 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