X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/580ac7ce11353166bdfa83283e6b51f282135dfe..d24eae26fe96001540a169eb467c4457e82f0b78:/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)