diff options
-rw-r--r-- | gnus-conf.el | 2 |
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) |