From 329fbff7f8e3a97bd64f8e5aad514eebf68f283f Mon Sep 17 00:00:00 2001 From: hmurata Date: Sun, 27 Jan 2002 04:42:35 +0000 Subject: [PATCH] 2002-01-26 ARISAWA Akihiro * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or "first:" is specified. --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index cfe78ea..ca333d5 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 ARISAWA Akihiro + + * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or + "first:" is specified. + 2002-01-25 Yoichi NAKAYAMA * wl-vars.el (wl-from): Use return value of function diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 74093f9..b79ad6f 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -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 -- 1.7.10.4