X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT750-user-header.sh;h=ff554b06a60914e9c2a6a8fed511fd5a4c52831d;hp=204c052a41db099170a6cdba8a0f9a8bdc4fb0d9;hb=d613d10ddd5948b4fa5a186fc54752047b25023d;hpb=8588719eb1bb14367464214f304b6f93452124c7 diff --git a/test/T750-user-header.sh b/test/T750-user-header.sh index 204c052a..ff554b06 100755 --- a/test/T750-user-header.sh +++ b/test/T750-user-header.sh @@ -108,4 +108,22 @@ MAIL_DIR/new/04:2, EOF test_expect_equal_file EXPECTED OUTPUT +test_begin_subtest "index user header, config from file" +field_name="Test" +printf "\n[index]\nheader.${field_name} = List-Id\n" >> notmuch-config +notmuch reindex '*' +notmuch search --output=files ${field_name}:notmuch | notmuch_search_files_sanitize | sort > OUTPUT +cat < EXPECTED +MAIL_DIR/bar/baz/05:2, +MAIL_DIR/bar/baz/23:2, +MAIL_DIR/bar/baz/24:2, +MAIL_DIR/bar/cur/20:2, +MAIL_DIR/bar/new/21:2, +MAIL_DIR/bar/new/22:2, +MAIL_DIR/foo/cur/08:2, +MAIL_DIR/foo/new/03:2, +MAIL_DIR/new/04:2, +EOF +test_expect_equal_file EXPECTED OUTPUT + test_done