Change default of gnus-agent-auto-agentize-methods to nil.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 02:42:16 +0000 (04:42 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 02:42:16 +0000 (04:42 +0200)
* gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
to nil, so that no methods are automatically agentized.  I think this
is probably what most users want.

lisp/ChangeLog
lisp/gnus-agent.el

index f9ba769..22cca6e 100644 (file)
@@ -1,5 +1,9 @@
 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
+       to nil, so that no methods are automatically agentized.  I think this
+       is probably what most users want.
+
        * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
        from url-retrieve, for instance about invalid URLs.
 
index 60d28b3..781ea3b 100644 (file)
@@ -184,7 +184,7 @@ When found, offer to remove them."
   :type 'boolean
   :group 'gnus-agent)
 
-(defcustom gnus-agent-auto-agentize-methods '(nntp)
+(defcustom gnus-agent-auto-agentize-methods nil
   "Initially, all servers from these methods are agentized.
 The user may remove or add servers using the Server buffer.
 See Info node `(gnus)Server Buffer'."