From 1c3c44d2e7dcf848c834cbddac30ee2fd4657b89 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 22 Apr 2003 14:32:08 +0000 Subject: [PATCH] Add range "no-sync" to wl-folder-sync-range-alist. (Suggested by David Edmondson) --- doc/wl-ja.texi | 2 +- doc/wl.texi | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 22bf166..d356c48 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -7382,7 +7382,7 @@ Non-nil ならば、メール送信時に本当に送信して良いかを確認します。 フォルダ名の正規表現とフォルダ移動時のサマリ更新レンジとの連想リストです。 更新レンジには @code{wl-summary-sync} で入力できる値のいずれか (@samp{all}, @samp{update}, @samp{rescan}, @samp{rescan-noscore}, -@samp{first}, @samp{last}) を指定します。マッチしなかった場合は、 +@samp{first}, @samp{last}, @samp{no-sync}) を指定します。マッチしなかった場合は、 @samp{update} となります。 @item wl-ask-range diff --git a/doc/wl.texi b/doc/wl.texi index 59f53cf..705d4f0 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -7469,8 +7469,9 @@ The initial setting is the alist shown below: @noindent This is an associative list of regular expressions of folder names and update range of the summary. Update range is one of the @samp{all}, -@samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first} and -@samp{last}. If a folder do not match, @samp{update} is used. +@samp{update}, @samp{rescan}, @samp{rescan-noscore}, @samp{first}, +@samp{last} and @samp{no-sync}. If a folder do not match, @samp{update} +is used. @item wl-ask-range @vindex wl-ask-range -- 1.7.10.4