From: teranisi Date: Mon, 4 Sep 2000 05:22:09 +0000 (+0000) Subject: Fixed last change. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6fd249b23fe45c422b737b4e6eafa57c988068;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 6400124..43915e7 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -1357,7 +1357,8 @@ If optional argument UNMARK is non-nil, unmark." "uid copy %s " "copy %s ") (car msgs)) - (elmo-imap4-mailbox dst-spec))) + (elmo-imap4-mailbox + (elmo-imap4-spec-mailbox dst-spec)))) (setq msgs (cdr msgs))) (when expunge-it (elmo-imap4-send-command-wait session "expunge"))