summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2024-02-23 15:01:23 +0800
committerJSDurand <mmemmew@gmail.com>2024-02-23 15:01:23 +0800
commit1b5ff45d09ac9c76c62c6df5d32df29a369105c0 (patch)
treeadac3836c31ce3b814886c39ba738f1578857232
parent87ebdd0a9498fa27c1e8fc46f47fbdf59f71bdf5 (diff)
gnus: do not check news groups
-rw-r--r--gnus-conf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el
index 2f7fa36..3c8f7fe 100644
--- a/gnus-conf.el
+++ b/gnus-conf.el
@@ -547,7 +547,7 @@ ARGS is the list of arguments passed to FN."
(setq gnus-agent t)
-(setq gnus-check-new-newsgroups 'ask-server)
+(setq gnus-check-new-newsgroups nil)
(setq gnus-read-active-file 'some)
(setq gnus-use-dribble-file t)