comparison lisp/gnus/nnimap.el @ 63617:f02351c457a6

(nnimap-split-download-body): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:34:15 +0000
parents f09e8d159baf
children 18a818a2ee7c b7da78284d4c
comparison
equal deleted inserted replaced
63616:82cc187b753d 63617:f02351c457a6
203 203
204 (defcustom nnimap-split-download-body 'default 204 (defcustom nnimap-split-download-body 'default
205 "Whether to download entire articles during splitting. 205 "Whether to download entire articles during splitting.
206 This is generally not required, and will slow things down considerably. 206 This is generally not required, and will slow things down considerably.
207 You may need it if you want to use an advanced splitting function that 207 You may need it if you want to use an advanced splitting function that
208 analyses the body before splitting the article. 208 analyzes the body before splitting the article.
209 If this variable is nil, bodies will not be downloaded; if this 209 If this variable is nil, bodies will not be downloaded; if this
210 variable is the symbol `default' the default behaviour is 210 variable is the symbol `default' the default behaviour is
211 used (which currently is nil, unless you use a statistical 211 used (which currently is nil, unless you use a statistical
212 spam.el test); if this variable is another non-nil value bodies 212 spam.el test); if this variable is another non-nil value bodies
213 will be downloaded." 213 will be downloaded."