aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-12-06 00:46:40 +0000
committerMiles Bader2007-12-06 00:46:40 +0000
commit40f185ca85f2129ec33446791be2999d714f35ff (patch)
treee1f648d146f5c98de121a1f79fc3ba6bd5f27518
parent415a09fbafcaa6bb73027ff7e7c830ae7117c768 (diff)
parenta2afc99dbad3fa9a3170ad72c578451c3aea58a4 (diff)
downloademacs-40f185ca85f2129ec33446791be2999d714f35ff.tar.gz
emacs-40f185ca85f2129ec33446791be2999d714f35ff.zip
Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-945
-rw-r--r--doc/misc/gnus.texi2
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:
14871The buffer is narrowed to the header of the message in question when 14871The 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
14873after @code{save-excursion} and @code{save-restriction} in the example 14873after @code{save-excursion} and @code{save-restriction} in the example
14874above. Also note that with the nnimap back end, message bodies will 14874above. Also note that with the nnimap backend, message bodies will
14875not be downloaded by default. You need to set 14875not 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}).