Change the default so that nnimap methods aren't agentized by default.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 17:37:40 +0000 (19:37 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 17:37:40 +0000 (19:37 +0200)
There's apparently many problems related to agent/imap behaviour.

lisp/ChangeLog
lisp/gnus-agent.el

index c486edc..5cb2a3e 100644 (file)
@@ -1,5 +1,9 @@
 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
+       so that nnimap methods aren't agentized by default.  There's apparently
+       many problems related to agent/imap behaviour.
+
        * gnus-art.el (gnus-article-copy-string): New command and key binding.
 
        * gnus-html.el: Doc fix.
index fdfb0f1..96a62e6 100644 (file)
@@ -184,7 +184,7 @@ When found, offer to remove them."
   :type 'boolean
   :group 'gnus-agent)
 
-(defcustom gnus-agent-auto-agentize-methods '(nntp nnimap)
+(defcustom gnus-agent-auto-agentize-methods '(nntp)
   "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'."