From: teranisi Date: Sat, 2 Aug 2003 06:41:46 +0000 (+0000) Subject: Fixed last change. X-Git-Tag: wl-2_11_5~6 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7a382d08894a6e9963fc582069a6c1be7827f0;p=elisp%2Fwanderlust.git Fixed last change. --- diff --git a/elmo/elmo-pipe.el b/elmo/elmo-pipe.el index e7f2566..8643762 100644 --- a/elmo/elmo-pipe.el +++ b/elmo/elmo-pipe.el @@ -186,7 +186,8 @@ ((consp (cdr dst-diff)) ; new unread all (mapcar (lambda (number) (+ number src-length)) dst-diff)) (t - (cons (+ (car dst-diff) src-length) (cdr dst-diff)))) + (cons (+ (car dst-diff) src-length) + (+ (cdr dst-diff) src-length)))) ;; No save. (elmo-folder-close-internal (elmo-pipe-folder-src-internal folder)) (elmo-folder-close-internal (elmo-pipe-folder-dst-internal folder)))))