Document updated for scan range of `cache-status' and `all-visible'
authorokada <okada>
Mon, 21 Jan 2002 21:44:45 +0000 (21:44 +0000)
committerokada <okada>
Mon, 21 Jan 2002 21:44:45 +0000 (21:44 +0000)
doc/wl-ja.texi
doc/wl.texi
wl/wl-summary.el

index 5d6b555..66d180e 100644 (file)
@@ -3127,15 +3127,17 @@ prefix argument \e$B$D$-$G<B9T$9$k$H!"G$0U$NF~NO%"%I%l%9$rEPO?\e(B/\e$BJQ99\e(B/\e$B:
 @kindex s (Summary)
 @findex wl-summary-sync
 \e$B%a%C%;!<%8$N0lMwI=<($N99?7%l%s%8\e(B(@samp{all}, @samp{update},
-@samp{rescan}, @samp{first}, @samp{last})\e$B$NF~NO$r<u$1IU$1$?8e!"$=$l$K\e(B
-\e$B4p$E$$$F%a%C%;!<%8$N0lMwI=<($r99?7$7$^$9!#\e(B
+@samp{rescan}, @samp{cache-status}, @samp{first}, @samp{last})
+\e$B$NF~NO$r<u$1IU$1$?8e!"$=$l$K4p$E$$$F%a%C%;!<%8$N0lMwI=<($r99?7$7$^$9!#\e(B
 
 @example
 @group
 all            ...\e$B$9$Y$F99?7\e(B
+all-visible    ...\e$B8+$($F$$$k%a!<%C%;!<%8$K$D$$$F$9$Y$F99?7\e(B
 update         ...\e$B8=:_$NI=<($r99?7\e(B
 rescan         ...\e$B8=:_$N\e(B msgdb \e$B$NFbMF$r:FI=<(\e(B
 rescan-noscore ...\e$B8=:_$N\e(B msgdb \e$B$NFbMF$r:FI=<(\e(B(\e$B%9%3%"$J$7\e(B)
+cache-status   ...\e$B%-%c%C%7%e$N>uBV$r%^!<%/$KH?1G\e(B
 first, last    ...\e$B%U%#%k%?%U%)%k%@$K0\F0\e(B
 @end group
 @end example
index 5c970f9..3fba201 100644 (file)
@@ -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
index 20caf04..9b49316 100644 (file)
@@ -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)