From 129a14f210113b58608a448948641422ee617886 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 12 Dec 2002 04:06:33 +0000 Subject: [PATCH] Update. --- doc/wl-ja.texi | 4 ++++ doc/wl.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 27b034b..701dd5e 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3844,6 +3844,10 @@ petname でも補完ができます。 値を @code{nil} にするときは、@code{wl-summary-width} も @code{nil} に設定 するとよいでしょう。 +@item wl-summary-max-thread-depth +@vindex wl-summary-max-thread-depth +初期設定は 30。設定された値以上の深さのスレッドを分割します。 + @item wl-summary-recenter @vindex wl-summary-recenter 初期設定は @code{t}。Non-nil ならば表示したときに表示中のメッセージのサ diff --git a/doc/wl.texi b/doc/wl.texi index 96dd5b2..b96c258 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3861,6 +3861,12 @@ indent level. If you set this to @code{nil} you should set @code{wl-summary-width} to @code{nil}, too. +@item wl-summary-max-thread-depth +@vindex wl-summary-max-thread-depth +The initial setting is 15. +If thread depth of the message is larger than this value, +the thread is divided. + @item wl-summary-recenter @vindex wl-summary-recenter The initial setting is t. -- 1.7.10.4