From 91f00aac2ba43d8a943f96ad66a851622b008d7d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Apr 2016 19:50:49 +0100 Subject: [PATCH] dot/gnus.el: Don't try to keep track of dead groups. --- dot/gnus.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot/gnus.el b/dot/gnus.el index a8779d9..91d5d81 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -61,6 +61,12 @@ 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) -- 2.11.0