* wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
authoryoichi <yoichi>
Tue, 19 Aug 2003 13:12:34 +0000 (13:12 +0000)
committeryoichi <yoichi>
Tue, 19 Aug 2003 13:12:34 +0000 (13:12 +0000)
wl/ChangeLog
wl/wl-summary.el

index f4ce49c..5376b7b 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
+
 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-sync): Treat no-sync.
index c81adfd..fb9c830 100644 (file)
@@ -1181,8 +1181,8 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
             (wl-summary-resume-cache-status)
             (and msg (wl-summary-jump-to-msg msg))))
          ((string= range "no-sync"))
-         ((or (string-match "last:" range)
-              (string-match "first:" range))
+         ((or (string-match "^last:" range)
+              (string-match "^first:" range))
           (wl-summary-goto-folder-subr (concat "/" range "/"
                                                (elmo-folder-name-internal
                                                 folder))