return value of elmo-append-msg.
+2001-10-03 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-dop.el (elmo-dop-flush-pending-append-operations): Check
+ return value of elmo-append-msg.
+
2001-09-20 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-util.el (elmo-address-quote-specials): New function;
(car appendings))))
(when file-string
(condition-case ()
- (elmo-append-msg folder file-string (car appendings) nil
- (not (member (car appendings) seen-list)))
+ (setq failure (not
+ (elmo-append-msg
+ folder file-string (car appendings) nil
+ (not (member (car appendings) seen-list)))))
(quit (setq failure t))
(error (setq failure t)))
(setq i (+ 1 i))