From: yamaoka Date: Mon, 1 Oct 2001 06:35:39 +0000 (+0000) Subject: * gnus.texi, gnus-ja.texi (Fancy Mail Splitting): Say that X-Git-Tag: t-gnus-6_15_3-06-last-~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a50e02cb3d3c8e9a05bb40bf62b8eeddad0dc112;p=elisp%2Fgnus.git- * gnus.texi, gnus-ja.texi (Fancy Mail Splitting): Say that `nnmail-cache-accepted-message-ids' must be non-nil for splitting with parents to work. --- diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 5216624..25b6435 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -11472,10 +11472,11 @@ table) に従って完全に合致しなければなりません。正規表現でフィールド名か ときにこの関数を使うと、この面倒な作業を 1 スレッドにつき 1 回きりで済ま すことができます。 -この機能を利用するためには、まず変数 @code{nnmail-treat-duplicates} の値 -を非 nil に設定する必要があります (既定値のままなら問題ありません)。それ -ができたら @code{nnmail-split-fancy-with-parent} を使ってみてください。 -コロンを使ってこんな風に書きます: +この機能を利用するためには、まず変 +数 @code{nnmail-treat-duplicates} と @code{nnmail-cache-accepted-message-ids} の +値を非 nil に設定する必要があります。それができた +ら @code{nnmail-split-fancy-with-parent} を使ってみてください。コロンを +使ってこんな風に書きます: @lisp (setq nnmail-split-fancy '(| (: nnmail-split-fancy-with-parent) diff --git a/texi/gnus.texi b/texi/gnus.texi index 2d15b93..91f2dbf 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -11976,9 +11976,10 @@ string into the subject line, you have to resort to manually moving the messages into the right group. With this function, you only have to do it once per thread. -To use this feature, you have to set @code{nnmail-treat-duplicates} to a -non-nil value. And then you can include -@code{nnmail-split-fancy-with-parent} using the colon feature, like so: +To use this feature, you have to set @code{nnmail-treat-duplicates} and +@code{nnmail-cache-accepted-message-ids} to a non-nil value. And then +you can include @code{nnmail-split-fancy-with-parent} using the colon +feature, like so: @lisp (setq nnmail-split-fancy '(| (: nnmail-split-fancy-with-parent)