dot/gnus.el: Don't try to keep track of dead groups.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2016 18:50:49 +0000 (19:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2016 18:50:49 +0000 (19:50 +0100)
dot/gnus.el

index a8779d9..91d5d81 100644 (file)
       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)