comparison lisp/gnus/nnimap.el @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents 880960b70474 d0540508156b
children 606f2d163a64
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
206 "Whether to download entire articles during splitting. 206 "Whether to download entire articles during splitting.
207 This is generally not required, and will slow things down considerably. 207 This is generally not required, and will slow things down considerably.
208 You may need it if you want to use an advanced splitting function that 208 You may need it if you want to use an advanced splitting function that
209 analyzes the body before splitting the article. 209 analyzes the body before splitting the article.
210 If this variable is nil, bodies will not be downloaded; if this 210 If this variable is nil, bodies will not be downloaded; if this
211 variable is the symbol `default' the default behaviour is 211 variable is the symbol `default' the default behavior is
212 used (which currently is nil, unless you use a statistical 212 used (which currently is nil, unless you use a statistical
213 spam.el test); if this variable is another non-nil value bodies 213 spam.el test); if this variable is another non-nil value bodies
214 will be downloaded." 214 will be downloaded."
215 :version "22.1" 215 :version "22.1"
216 :group 'nnimap 216 :group 'nnimap