X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b9d030b911784c2d033573863a1173a08b6a7d30..91f00aac2ba43d8a943f96ad66a851622b008d7d:/dot/gnus.el?ds=sidebyside 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)