comparison lisp/gnus/nnimap.el @ 79419:12805c0f0e4e

(nnimap-split-download-body): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Nov 2007 18:48:35 +0000
parents f0a07da7dd45
children 1cb31606209f
comparison
equal deleted inserted replaced
79418:f82bef3d3b8b 79419:12805c0f0e4e
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