* wl-expire.el (wl-expire-refile-with-copy-reserve-msg): Follow the change
authorteranisi <teranisi>
Mon, 28 Jul 2003 13:29:42 +0000 (13:29 +0000)
committerteranisi <teranisi>
Mon, 28 Jul 2003 13:29:42 +0000 (13:29 +0000)
in the order of the arguments for `wl-expire-message-p'.
(Reported by Shinichiro HIDA <shinichiro@stained-g.net>)

wl/ChangeLog
wl/wl-expire.el

index 99cb690..6b33e47 100644 (file)
@@ -2,6 +2,9 @@
 
        * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
        (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
+       (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
+       order of the arguments for `wl-expire-message-p'.
+       (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
 
        * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
        Check return value of wl-summary-reply.
index f598b17..f122586 100644 (file)
@@ -196,7 +196,7 @@ If REFILE-LIST includes reserve mark message, so copy."
        (error "%s: create folder failed" (elmo-folder-name-internal
                                           dst-folder)))
        (while (setq msg (wl-pop msglist))
-         (unless (wl-expire-message-p msg folder)
+         (unless (wl-expire-message-p folder msg)
            (setq msg-id (elmo-message-field folder msg 'message-id))
            (if (assoc msg-id wl-expired-alist)
                ;; reserve mark message already refiled or expired