]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - test/test-lib.sh
CLI: add notmuch-config support for named queries
[notmuch.git] / test / test-lib.sh
index e43986206ced0ae1df88e1be3be82138cecc7e1c..201d0ebb94bb96da3acfbd331011b67708254c38 100644 (file)
@@ -746,6 +746,11 @@ notmuch_built_with_sanitize ()
     sed 's/^built_with[.]\(.*\)=.*$/built_with.\1=something/'
 }
 
+notmuch_config_sanitize ()
+{
+    notmuch_dir_sanitize | notmuch_built_with_sanitize
+}
+
 # End of notmuch helper functions
 
 # Use test_set_prereq to tell that a particular prerequisite is available.