X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib-emacs.sh;h=a298526d5fedc7a310ffc98d44bf753ae649efa6;hp=dde32177aae035e27b215c5b6e721b984d36fd48;hb=c8d292e25b9e571c0ab5274cc20e23b4f0e979d1;hpb=3bf6487359b693af572867083da06de2663fb1f8 diff --git a/test/test-lib-emacs.sh b/test/test-lib-emacs.sh index dde32177..a298526d 100644 --- a/test/test-lib-emacs.sh +++ b/test/test-lib-emacs.sh @@ -54,8 +54,9 @@ emacs_deliver_message () { (message-goto-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 # before exiting and resuming control here; therefore making sure # that server exits by sending (KILL) signal to it is safe.