X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT750-user-header.sh;h=204c052a41db099170a6cdba8a0f9a8bdc4fb0d9;hp=2d6cc60b6f293772299fd4c38615ffa725133995;hb=0a2929c341b6d5f20210725facf37a6e2c3a19b4;hpb=575493e78534f8fd241d663b8690a22d6885e0b1 diff --git a/test/T750-user-header.sh b/test/T750-user-header.sh index 2d6cc60b..204c052a 100755 --- a/test/T750-user-header.sh +++ b/test/T750-user-header.sh @@ -91,4 +91,21 @@ Query((Tmail AND (XUList:notmuchmail@1 PHRASE 2 XUList:org@2))) EOF test_expect_equal_file EXPECTED OUTPUT +test_begin_subtest "index user header" +notmuch config set index.header.List "List-Id" +notmuch reindex '*' +notmuch search --output=files List: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