[Emacs] Remove personnal account from Gnus

I’ll only use Gnus to read mailing lists and my RSS feeds
This commit is contained in:
Lucien Cartier-Tilet 2022-11-18 03:52:46 +01:00
parent 8eea0cc0d7
commit f97d6f6bbb
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 6 deletions

View File

@ -1610,12 +1610,7 @@ know about it since I dont want it to include it a second time after
:config
(require 'gnus-topic)
(setq gnus-select-method '(nnnil))
(setq gnus-secondary-select-methods
'((nntp "news.gwene.org")
(nnimap "prv"
(nnimap-address "mail.phundrak.com")
(nnimap-stream ssl)
(nnimap-authinfo-file "~/.authinfo.gpg"))))
(setq gnus-secondary-select-methods '((nntp "news.gwene.org")))
(setq gnus-asynchronous t ;; async
gnus-use-article-prefetch 15