From fd594ec2aa8dc8859ed87f628fa7cafa96650896 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 3 Sep 2010 19:37:40 +0200 Subject: [PATCH] Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour. --- lisp/ChangeLog | 4 ++++ lisp/gnus-agent.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c486edcf1..5cb2a3e7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-09-03 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index fdfb0f104..96a62e615 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -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'." -- 2.34.1