X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.el;h=02e020c10d3aef0db283308bc6ea283914491874;hb=bfccfc31c7cf5d6e24a68052c002c55eb94a7ba7;hp=04c8d63450533dbf566ff25cb6f2276b2032ee5b;hpb=f4cdabccd0e75d94d7f6f4d50684afc67bbf7f0d;p=notmuch diff --git a/test/test-lib.el b/test/test-lib.el index 04c8d634..02e020c1 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -184,7 +184,21 @@ nothing." (setq notmuch-tag-deleted-formats '((".*" nil))) +;; For historical reasonse we don't print part headers when replying +;; in the tests suite +(setq notmuch-mua-reply-insert-header-p-function 'notmuch-show-reply-insert-header-p-never) + ;; force a common html renderer, to avoid test variations between ;; 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))