]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-output
tag signed/encrypted during notmuch new
[notmuch] / test / search-output
index ef870bf79cdd0467f1c3625d07cda4b1381da5fe..20341d6e18d7c3d1fc8008c13704923b90eb4044 100755 (executable)
@@ -270,12 +270,14 @@ test_begin_subtest "notmuch search --output=tags"
 output=$(notmuch search --output=tags '*')
 test_expect_equal "$output" "attachment
 inbox
+signed
 unread"
 
 test_begin_subtest "notmuch search --format=json --output=tags"
 output=$(notmuch search --format=json --output=tags '*')
 test_expect_equal "$output" '["attachment",
 "inbox",
+"signed",
 "unread"]'
 
 test_done