From: yoichi Date: Wed, 16 Feb 2005 14:56:28 +0000 (+0000) Subject: fix the last change X-Git-Tag: wl-2_14-root~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6d5cc2e9d183274e8f8fa83a41e7b571342dcfbe;p=elisp%2Fwanderlust.git fix the last change --- diff --git a/elmo/elmo-dop.el b/elmo/elmo-dop.el index ad9847d..73d7fc6 100644 --- a/elmo/elmo-dop.el +++ b/elmo/elmo-dop.el @@ -157,8 +157,8 @@ Saved queue is old version(2.6). Clear all pending operations? ") (not elmo-dop-flush-confirm) t) (progn (while queue - (when (string= (elmo-dop-queue-method-name (car queue)) - "Append") + (when (eq (elmo-dop-queue-method (car queue)) + 'elmo-folder-append-buffer-dop-delayed) (elmo-folder-delete-messages (elmo-dop-spool-folder (elmo-make-folder (elmo-dop-queue-fname (car queue))))