summaryrefslogtreecommitdiffhomepage
path: root/gnus.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-21 02:33:51 +0100
committerjao <jao@gnu.org>2021-05-21 02:33:51 +0100
commit078fdd5ff2458025916b12bdb1ff8e1dd3888747 (patch)
tree3102558725ef618926c0db2e1266244f4cc21997 /gnus.org
parent211ecc643cdca54f3f9f403e4c8961108ddac0e9 (diff)
downloadelibs-078fdd5ff2458025916b12bdb1ff8e1dd3888747.tar.gz
elibs-078fdd5ff2458025916b12bdb1ff8e1dd3888747.tar.bz2
gnus: .newsrc is not needed
Diffstat (limited to 'gnus.org')
-rw-r--r--gnus.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnus.org b/gnus.org
index 26cc752..fe359da 100644
--- a/gnus.org
+++ b/gnus.org
@@ -129,9 +129,11 @@
,(jao-gnus-search-engine 'gnus-search-notmuch)))
(jao-gnus-use-gmane '(nntp "news.gmane.io"))
(t '(nnnil ""))))
+
(setq gnus-secondary-select-methods '())
- ;; nntp options
- (setq nnheader-read-timeout 0.02)
+
+ (setq nnheader-read-timeout 0.02
+ gnus-save-newsrc-file nil) ; .newsrc only needed by other newsreaders
#+end_src
* IMAP servers
#+begin_src emacs-lisp