X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.el;fp=test%2Ftest-lib.el;h=596a705103ef1a3bd1c7902fa7d58f97f9902344;hp=04c8d63450533dbf566ff25cb6f2276b2032ee5b;hb=ef30770dfa0fbef4e91ec90d6ce21b5a55b15375;hpb=12534d5c4b02498173b0c63d063ae0a3c845b957 diff --git a/test/test-lib.el b/test/test-lib.el index 04c8d634..596a7051 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -188,3 +188,13 @@ nothing." ;; environments (setq mm-text-html-renderer 'html2text) + +;; Set some variables for S/MIME tests. + +(setq smime-keys '(("" "test_suite.pem" nil))) + +(setq mml-smime-use 'openssl) + +;; all test keys are without passphrase +(eval-after-load 'smime + '(defun smime-ask-passphrase (cache) nil))