diff options
| -rw-r--r-- | lisp/gnus/nnimap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 31d96cdd375..b09f5d19111 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -205,7 +205,7 @@ RFC2060 section 6.4.4." | |||
| 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 |