(sendmail-user-agent): Avoid error for CONTINUE non-nil.

This commit is contained in:
Richard M. Stallman 1996-12-18 23:27:56 +00:00
parent 6e3dda29a4
commit a50388f820

View file

@ -2886,6 +2886,7 @@ The properties used on SYMBOL are `composefunc', `sendfunc',
(let ((cc (cdr (assoc-ignore-case "cc" other-headers)))
(in-reply-to (cdr (assoc-ignore-case "in-reply-to" other-headers))))
(or (mail continue to subject in-reply-to cc yank-action send-actions)
continue
(error "Message aborted"))))
'mail-send-and-exit)