]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.el
emacs: show: mark tags changed since buffer loaded
[notmuch] / test / test-lib.el
index 37fcb3d0e19dd845fa5cbf202fce63cf2df60811..437f83f44d08e8224465181a08a0f17e748a0413 100644 (file)
@@ -165,3 +165,8 @@ nothing."
 
      (t
       (notmuch-test-report-unexpected output expected)))))
+
+;; For historical reasons, we hide deleted tags by default in the test
+;; suite
+(setq notmuch-tag-deleted-formats
+      '((".*" nil)))