2002-01-26 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
authorhmurata <hmurata>
Sun, 27 Jan 2002 04:42:35 +0000 (04:42 +0000)
committerhmurata <hmurata>
Sun, 27 Jan 2002 04:42:35 +0000 (04:42 +0000)
* wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
"first:" is specified.

wl/ChangeLog
wl/wl-summary.el

index cfe78ea..ca333d5 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
+
+       * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
+       "first:" is specified.
+
 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-vars.el (wl-from): Use return value of function
index 74093f9..b79ad6f 100644 (file)
@@ -1122,10 +1122,9 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
             (and msg (wl-summary-jump-to-msg msg))))
          ((or (string-match "last:" range)
               (string-match "first:" range))
-          (wl-summary-goto-folder-subr
-           (wl-folder-get-elmo-folder (concat "/" range "/"
-                                              (elmo-folder-name-internal
-                                               folder)))
+          (wl-summary-goto-folder-subr (concat "/" range "/"
+                                               (elmo-folder-name-internal
+                                                folder))
            'force-update nil nil t))
          (t
           (wl-summary-sync-update unset-cursor