X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=31c858d11d1e6f03eb67d2e26011468e4df8c15e;hb=70b30066f67ea75d405c8a246bf6ed923e2bdd59;hp=8c331b882d2f02786679dcbdbbf0121c4762e476;hpb=1a8060b81f2fbba324d4156f4733a7f1deb14d60;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index 8c331b88..31c858d1 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -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 }