X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.el;h=437f83f44d08e8224465181a08a0f17e748a0413;hb=435cd249a014b37ecfedf4d38a3a6b6471c2730a;hp=37fcb3d0e19dd845fa5cbf202fce63cf2df60811;hpb=79b6b0190b36f5c9f14af48a3af675d2a16a46f3;p=notmuch diff --git a/test/test-lib.el b/test/test-lib.el index 37fcb3d0..437f83f4 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -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)))