X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.el;h=596a705103ef1a3bd1c7902fa7d58f97f9902344;hb=45df509cb6fd642bc5895f2c7869a354c1255f4b;hp=04c8d63450533dbf566ff25cb6f2276b2032ee5b;hpb=f5db7ad7d243785c274a99734c681e69d13313d0;p=notmuch 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))