]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.el
tests/smime: Use gpgsm instead of openssl for mml creation of S/MIME msgs
[notmuch] / test / test-lib.el
index 3ae7a0906efac2f2015492cce1286f188edd9e58..b47b388e018846815a761cf681c4203f326446ff 100644 (file)
@@ -193,13 +193,3 @@ 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))