From 9e5c33925eff1441a939a89e599d0e2c13c2c512 Mon Sep 17 00:00:00 2001 From: teranisi Date: Sat, 2 Aug 2003 16:49:05 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-sync): Undo last rescan changes. (wl-summary-input-range): Ditto. --- wl/ChangeLog | 5 ++--- wl/wl-summary.el | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 9f5bfa4..a4e6798 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,8 +1,7 @@ 2003-08-02 Yuuichi Teranishi - * wl-summary.el (wl-summary-sync): Rearrange rescan. - (wl-summary-input-range): Added rescan-nokill, abolish all-noscore - and update-noscore. + * wl-summary.el (wl-summary-input-range): Abolish all-noscore and + update-noscore. (wl-summary-sync): Follow the change above. 2003-08-02 Hiroya Murata diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 8d7191c..3fe0489 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1164,8 +1164,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." nil wl-use-scoring))) (wl-summary-rescan nil - (or (string-match "nokill" range) - (string-match "noscore" range))) + (string-match "noscore" range)) (and msg (wl-summary-jump-to-msg msg)))) ((string= range "mark") (let ((msg (wl-summary-message-number))) @@ -3314,7 +3313,6 @@ Return non-nil if the mark is updated" "last:" "cache-status" "rescan" - "rescan-nokill" "rescan-noscore" "update" "update-nokill" -- 1.7.10.4