summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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