@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
@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
(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)