* simple.el (sendmail-user-agent-compose): Revert last change.
+2005-09-15 Chong Yidong <cyd@stupidchicken.com>
+
+ * simple.el (sendmail-user-agent-compose): Revert last change.
+
2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
* net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
(let ((cc (cdr (assoc-string "cc" other-headers t)))
(in-reply-to (cdr (assoc-string "in-reply-to" other-headers t)))
(body (cdr (assoc-string "body" other-headers t))))
- (mail (if continue t 'new)
- to subject in-reply-to cc yank-action send-actions)
+ (or (mail continue to subject in-reply-to cc yank-action send-actions)
+ continue
+ (error "Message aborted"))
(save-excursion
(rfc822-goto-eoh)
(while other-headers