(sendmail-user-agent): Avoid error for CONTINUE non-nil.
This commit is contained in:
parent
6e3dda29a4
commit
a50388f820
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue