summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-agent.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-04 00:21:34 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-09-04 00:21:34 +0000
commit10e91ca9826f03156ac027ba111a052d888eacf0 (patch)
tree9863e7ee1ea90e8878e739fe31b2f7b2b3ead0b7 /lisp/gnus/gnus-agent.el
parent7426b4f7d05884c2f4677d825a4e6a3509e1eb5a (diff)
downloademacs-10e91ca9826f03156ac027ba111a052d888eacf0.tar.gz
gnus-agent.el: 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: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.
Diffstat (limited to 'lisp/gnus/gnus-agent.el')
-rw-r--r--lisp/gnus/gnus-agent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index fdfb0f1044a..96a62e61552 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/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'."