X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT510-thread-replies.sh;h=8ff2ade9711f3756a083283a7be53e237aa6f0b9;hp=915e68ef9fcf7853a28f95687de579961d40329e;hb=ea08032ae40119b24ef22c1c30aaf631cda02dd0;hpb=46dce33abc82ea6ebd3be2e0887506af4185c739 diff --git a/test/T510-thread-replies.sh b/test/T510-thread-replies.sh index 915e68ef..8ff2ade9 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -209,4 +209,18 @@ End of search results. EOF test_expect_equal_file EXPECTED OUTPUT +test_begin_subtest "trusting reply-to (tree view)" +test_subtest_known_broken +test_emacs '(notmuch-tree "id:B00-root@example.org") + (notmuch-test-wait) + (test-output) + (delete-other-windows)' +cat < EXPECTED + 2016-06-17 Alice ┬►root message (inbox unread) + 2016-06-18 Alice ╰┬►child message (inbox unread) + 2016-06-18 Alice ╰─►grand-child message (inbox unread) +End of search results. +EOF +test_expect_equal_file EXPECTED OUTPUT + test_done