diff options
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 10e7741f8d2..8ec39ce81fe 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14871,7 +14871,7 @@ body of the messages: | |||
| 14871 | The buffer is narrowed to the header of the message in question when | 14871 | The buffer is narrowed to the header of the message in question when |
| 14872 | @var{function} is run. That's why @code{(widen)} needs to be called | 14872 | @var{function} is run. That's why @code{(widen)} needs to be called |
| 14873 | after @code{save-excursion} and @code{save-restriction} in the example | 14873 | after @code{save-excursion} and @code{save-restriction} in the example |
| 14874 | above. Also note that with the nnimap back end, message bodies will | 14874 | above. Also note that with the nnimap backend, message bodies will |
| 14875 | not be downloaded by default. You need to set | 14875 | not be downloaded by default. You need to set |
| 14876 | @code{nnimap-split-download-body} to @code{t} to do that | 14876 | @code{nnimap-split-download-body} to @code{t} to do that |
| 14877 | (@pxref{Splitting in IMAP}). | 14877 | (@pxref{Splitting in IMAP}). |