]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: Explicitly state that we want to sign with sender
[notmuch] / test / test-lib.sh
index 8c331b882d2f02786679dcbdbbf0121c4762e476..31c858d11d1e6f03eb67d2e26011468e4df8c15e 100644 (file)
@@ -414,7 +414,9 @@ emacs_fcc_message ()
           (message-goto-body)
           (insert \"${body}\")
           $*
-          (notmuch-mua-send-and-exit))" || return 1
+          (let ((mml-secure-smime-sign-with-sender t)
+                (mml-secure-openpgp-sign-with-sender t))
+            (notmuch-mua-send-and-exit)))" || return 1
     notmuch new $nmn_args >/dev/null
 }