mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test/emacs: match mml settings in emacs_{fcc,deliver}_message
This will allow the sending of signed messages via smtp in the test suite.
This commit is contained in:
parent
3bf6487359
commit
c8d292e25b
1 changed files with 3 additions and 2 deletions
|
@ -54,8 +54,9 @@ emacs_deliver_message () {
|
||||||
(message-goto-body)
|
(message-goto-body)
|
||||||
(insert \"${body}\")
|
(insert \"${body}\")
|
||||||
$*
|
$*
|
||||||
(notmuch-mua-send-and-exit))"
|
(let ((mml-secure-smime-sign-with-sender t)
|
||||||
|
(mml-secure-openpgp-sign-with-sender t))
|
||||||
|
(notmuch-mua-send-and-exit)))"
|
||||||
# In case message was sent properly, client waits for confirmation
|
# In case message was sent properly, client waits for confirmation
|
||||||
# before exiting and resuming control here; therefore making sure
|
# before exiting and resuming control here; therefore making sure
|
||||||
# that server exits by sending (KILL) signal to it is safe.
|
# that server exits by sending (KILL) signal to it is safe.
|
||||||
|
|
Loading…
Reference in a new issue