From 4be71aa912183ed6a8ac056cdca181c6cba7fb07 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 28 Nov 2007 11:30:17 +0000 Subject: [PATCH] (Fancy Mail Splitting): Fix description of splitting based on body. --- texi/ChangeLog | 5 +++++ texi/gnus.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 0600211ff..c58e4da69 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2007-11-28 Katsumi Yamaoka + + * gnus.texi (Fancy Mail Splitting): Fix description of splitting based + on body. + 2007-11-27 Katsumi Yamaoka * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose diff --git a/texi/gnus.texi b/texi/gnus.texi index a83cb1a48..e96576933 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -14863,9 +14863,9 @@ body of the messages: "string.group")))) @end lisp -The buffer is narrowed to the message in question when @var{function} -is run. That's why @code{(widen)} needs to be called after -@code{save-excursion} and @code{save-restriction} in the example +The buffer is narrowed to the header of the message in question when +@var{function} is run. That's why @code{(widen)} needs to be called +after @code{save-excursion} and @code{save-restriction} in the example above. Also note that with the nnimap back end, message bodies will not be downloaded by default. You need to set @code{nnimap-split-download-body} to @code{t} to do that -- 2.25.1