* wl-summary.el (wl-summary-sync): Undo last rescan changes.
authorteranisi <teranisi>
Sat, 2 Aug 2003 16:49:05 +0000 (16:49 +0000)
committerteranisi <teranisi>
Sat, 2 Aug 2003 16:49:05 +0000 (16:49 +0000)
(wl-summary-input-range): Ditto.

wl/ChangeLog
wl/wl-summary.el

index 9f5bfa4..a4e6798 100644 (file)
@@ -1,8 +1,7 @@
 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
-       * 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  <lapis-lazuli@pop06.odn.ne.jp>
index 8d7191c..3fe0489 100644 (file)
@@ -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"