From f6ff6fdb703e50c86d84427de3ef8d6ebc08e5e7 Mon Sep 17 00:00:00 2001 From: yoichi Date: Thu, 18 Oct 2001 09:01:39 +0000 Subject: [PATCH] Rewrite about wl-auto-select-next. --- doc/wl-ja.texi | 19 +++++++++++++++---- doc/wl.texi | 20 ++++++++++++++++---- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index ea3db12..5804518 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3450,10 +3450,21 @@ Non-nil ならフォルダに移動した時に最初のメッセージを自動的に表示します。 @item wl-auto-select-next @vindex wl-auto-select-next -初期設定は @code{nil}。Non-nil なら、あるフォルダのサマリから次のフォル -ダのサマリへ自動的に移動します。値が @code{unread} なら、確認を求めて未 -読メッセージがないフォルダに移動します。値が @code{skip-no-unread} なら、 -未読メッセージがないフォルダを自動的に飛ばします。 +初期設定は @code{nil}。サマリに未読メッセージがなくなった時の動作を指定します。 + +@example +nil: フォルダモードに戻るか尋ねる +'unread: 次の未読ありのフォルダに行くか尋ねる。 + 移動先のフォルダで crosspost 処理や Score 機能などにより + 未読がなくなれば、さらに次のフォルダに行くか尋ねる。 +'skip-no-unread: unread と同様。 + ただし、移動した先で未読がなくなった場合には、自動的に次の + フォルダに行く。 +上記以外: 次の未読ありのフォルダに行くか尋ねる。 +@end example + +スペースキーでひたすら読み進めたい人は @code{'skip-no-unread} にしておくのが +便利かもしれません。 @item wl-thread-insert-opened @vindex wl-thread-insert-opened diff --git a/doc/wl.texi b/doc/wl.texi index e02b7b8..4ea19d0 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3461,10 +3461,22 @@ If non-nil, first message is automatically displayed. @item wl-auto-select-next @vindex wl-auto-select-next -The initial setting is @code{nil}. If non-nil, jump to next summary -automatically. If @code{unread}, jump to next unread folder's summary -after confirmation. If @code{skip-no-unread}, unread folders are -automatically skipped. +The initial setting is @code{nil}. This controls behavior when there is +no unread message in current summary. + +@example +nil: asks whether you want to go back to folder mode +'unread: asks whether you want to go to next unread folder + If the next one comes to be possessing no unread message + by treatment of cross-posted messages or Scoring, then + asks whether you want to go to next to next folder. +'skip-no-unread: similar as unread + But does not ask before going to next to next folder. +otherwise: asks whether you want to go to next unread folder +@end example + +It might be useful to set @code{'skip-no-unread} for people who +want to continue reading by just pressing and pressing space key. @item wl-thread-insert-opened @vindex wl-thread-insert-opened -- 1.7.10.4