From bb87a74b73f062dd786357de998055ced8bfcc28 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 4 Jan 2003 03:50:54 +0000 Subject: [PATCH] wl-summary-default-view wl-summary-from-function,wl-summary-subject-function --- doc/wl-ja.texi | 35 ++++++++++++++++++++++++++++++----- doc/wl.texi | 26 +++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 6 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 937af47..1e5194b 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3285,10 +3285,12 @@ first, last ...フィルタフォルダに移動 @item T @kindex T (Summary) @findex wl-summary-toggle-thread -スレッド表示をトグルします。 -現在のスレッド表示状態はモードラインに表示されます. -@samp{@{S@}} はスレッド・オフ(Sequence)の状態, -@samp{@{T@}} はスレッド・オン(Thread)の状態を示します. +スレッド表示をトグルします。その状態は Wanderlust を終了しても保存され +ます。新規に作成されたサマリに対してのデフォルトの状態は +@code{wl-summary-default-view} で指定することができます。 +現在のスレッド表示状態はモードラインに表示されます。 +@samp{@{S@}} はスレッド・オフ(Sequence)の状態、 +@samp{@{T@}} はスレッド・オン(Thread)の状態を示します。 (@code{wl-summary-toggle-thread}) @item l @@ -3780,18 +3782,41 @@ Non-nil なら、@samp{^L} で改ページしてメッセージを表示します。 @item wl-message-window-size @vindex wl-message-window-size 初期設定は '(1 . 4)。 -サマリを表示するウィンドウとメッセージ本体を表示するウィンドウの比を cons で指定します。car:cdr が サマリ:メッセージ です。 +サマリを表示するウィンドウとメッセージ本体を表示するウィンドウの比を +cons で指定します。car:cdr が サマリ:メッセージ です。 + +@item wl-summary-from-function +@vindex wl-summary-from-function +サマリの差出人表示の整形に使う関数を指定します。 +初期設定は @code{wl-summary-default-from} です。 @item wl-summary-no-from-message @vindex wl-summary-no-from-message 初期設定は @samp{nobody@@nowhere?}。 メッセージに @samp{From:} が無かった場合にサマリに表示する文字列です。 +@item wl-summary-subject-function +@vindex wl-summary-subject-function +サマリのサブジェクト表示の整形に使う関数を指定します。 +初期設定は @code{wl-summary-default-subject} で、サブジェクト先頭の +リスト名など部分をカットします。 +サブジェクトをそのまま表示するには以下のように設定します。 + +@lisp +(setq wl-summary-subject-function 'identity) +@end lisp + @item wl-summary-no-subject-message @vindex wl-summary-no-subject-message 初期設定は @samp{(WL:No Subject in original.)}。メッセージに @samp{Subject:} が無かった場合にサマリに表示する文字列です。 +@item wl-summary-default-view +@vindex wl-summary-default-view +初期設定は @code{'thread}。 +新規に作成されたサマリの状態をスレッド表示なら @code{'thread}、 +番号順なら @code{'sequence} のいずれかで指定します。 + @item wl-summary-use-frame @vindex wl-summary-use-frame 初期設定は @code{nil}。 diff --git a/doc/wl.texi b/doc/wl.texi index 36158eb..6f23b77 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3296,7 +3296,9 @@ You can sort by @samp{date}, @samp{from}, @samp{number} and @samp{subject}. @item T @kindex T (Summary) @findex wl-summary-toggle-thread -Toggle the threading. +Toggle the threading. The state will be preserved after exiting +Wanderlust. You can alter default state for newly created summary +by @code{wl-summary-default-view}. Threading status is displayed on the modeline. @samp{@{S@}} means threading is off (Sequence) and @samp{@{T@}} means threading is on (Thread). @@ -3797,16 +3799,38 @@ The initial setting is '(1 . 4). A cons cell to specify the rate of summary and message window. car:cdr corresponds summary:message. +@item wl-summary-from-function +@vindex wl-summary-from-function +Format function to display sender in summary. +The initial setting is @code{wl-summary-default-from}. + @item wl-summary-no-from-message @vindex wl-summary-no-from-message The initial setting is @samp{nobody@@nowhere?}. A string which is displayed when there's no @samp{From:} field in the message. +@item wl-summary-subject-function +@vindex wl-summary-subject-function +Format function to display subject in summary. +The initial setting is @code{wl-summary-default-subject} and +it will cut the list name part etc. on the top of the subject. +To display subject as it is, set as follows. + +@lisp +(setq wl-summary-subject-function 'identity) +@end lisp + @item wl-summary-no-subject-message @vindex wl-summary-no-subject-message The initial setting is @samp{(WL:No Subject in original.)}. A string which is displayed when there's no @samp{Subject:} field in the message. +@item wl-summary-default-view +@vindex wl-summary-default-view +The initial setting is @code{'thread}. +The default state for newly created summary. You can set either +@code{'thread} for thread view or @code{'sequence} for sequential view. + @item wl-summary-use-frame @vindex wl-summary-use-frame The initial setting is @code{nil}. -- 1.7.10.4