[Emacs] Remove personnal account from Gnus
I’ll only use Gnus to read mailing lists and my RSS feeds
This commit is contained in:
parent
8eea0cc0d7
commit
f97d6f6bbb
@ -1610,12 +1610,7 @@ know about it since I don’t want it to include it a second time after
|
|||||||
:config
|
:config
|
||||||
(require 'gnus-topic)
|
(require 'gnus-topic)
|
||||||
(setq gnus-select-method '(nnnil))
|
(setq gnus-select-method '(nnnil))
|
||||||
(setq gnus-secondary-select-methods
|
(setq gnus-secondary-select-methods '((nntp "news.gwene.org")))
|
||||||
'((nntp "news.gwene.org")
|
|
||||||
(nnimap "prv"
|
|
||||||
(nnimap-address "mail.phundrak.com")
|
|
||||||
(nnimap-stream ssl)
|
|
||||||
(nnimap-authinfo-file "~/.authinfo.gpg"))))
|
|
||||||
|
|
||||||
(setq gnus-asynchronous t ;; async
|
(setq gnus-asynchronous t ;; async
|
||||||
gnus-use-article-prefetch 15
|
gnus-use-article-prefetch 15
|
||||||
|
Loading…
Reference in New Issue
Block a user