From d4d10a063186905e20c7f1736ec42dae4b412135 Mon Sep 17 00:00:00 2001 From: okada Date: Mon, 21 Jan 2002 21:44:45 +0000 Subject: [PATCH] Document updated for scan range of `cache-status' and `all-visible' --- doc/wl-ja.texi | 6 ++++-- doc/wl.texi | 2 ++ wl/wl-summary.el | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 5d6b555..66d180e 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3127,15 +3127,17 @@ prefix argument $B$D$-$GuBV$r%^!<%/$KH?1G(B first, last ...$B%U%#%k%?%U%)%k%@$K0\F0(B @end group @end example diff --git a/doc/wl.texi b/doc/wl.texi index 5c970f9..3fba201 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3147,9 +3147,11 @@ Synchronize summary view after prompting the update range @example @group all ...Discard current summary and update all message. +all-visible ...Discard current summary and update all visible message. update ...Update the difference between summary and the folder itself. rescan ...Rescan the msgdb and display again. rescan-noscore ...Rescan the msgdb and display again (without scoring). +cache-status ...Sync the all marks with the real status of cache. first, last ...Move to the filter folder(partial filter). @end group @end example diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 20caf04..9b49316 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1117,8 +1117,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." (wl-summary-rescan) (and msg (wl-summary-jump-to-msg msg)))) ((string= range "cache-status") - (let ((msg (wl-summary-message-number)) - wl-use-scoring) + (let ((msg (wl-summary-message-number))) (wl-summary-resume-cache-status) (and msg (wl-summary-jump-to-msg msg)))) ((or (string-match "last:" range) -- 1.7.10.4