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:
b9d030b
)
dot/gnus.el: Don't try to keep track of dead groups.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 28 Apr 2016 18:50:49 +0000
(19:50 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 28 Apr 2016 18:50:49 +0000
(19:50 +0100)
dot/gnus.el
patch
|
blob
|
blame
|
history
diff --git
a/dot/gnus.el
b/dot/gnus.el
index a8779d9f3c49f820ad635175c99d03b319fb53b7..91d5d8162df12d2c62c0217f5f8ade9a833a9c7b 100644
(file)
--- a/
dot/gnus.el
+++ b/
dot/gnus.el
@@
-61,6
+61,12
@@
(setq mm-verify-option 'known
mm-sign-option 'guided
mm-decrypt-option 'never)
mm-sign-option 'guided
mm-decrypt-option 'never)
+;; Tracking available groups. These should work for sane servers, but maybe
+;; 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)
+
;; Use one article buffer per group.
(setq gnus-single-article-buffer nil)
;; Use one article buffer per group.
(setq gnus-single-article-buffer nil)