]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.el
test/emacs: globally force the html renderer to html2text
[notmuch] / test / test-lib.el
index 36afe630e5edb35d0a007bcb3be6a2131d9e8d20..bbc03cba957d18fc7e3eb0e71ce93e513f889f54 100644 (file)
@@ -181,3 +181,8 @@ nothing."
 ;; suite
 (setq notmuch-tag-deleted-formats
       '((".*" nil)))
+
+;; force a common html renderer, to avoid test variations between
+;; environments
+
+(setq mm-text-html-renderer 'html2text)