X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Femacs;h=e9d823991846c0a411f7e48103b6a8833903f57f;hp=c4ead5143a249354733a56a2100f6a67b634aa62;hb=345faab;hpb=5ea1dbe977790294d73d3522228ce1ede58b8404 diff --git a/test/emacs b/test/emacs index c4ead514..e9d82399 100755 --- a/test/emacs +++ b/test/emacs @@ -840,5 +840,14 @@ test_emacs '(let ((notmuch-show-only-matching-messages nil)) (test-visible-output))' test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on +test_begin_subtest "notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation)" +test_emacs '(notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"") + (notmuch-test-wait) + (notmuch-search-show-thread) + (notmuch-test-wait) + (notmuch-show-toggle-thread-indentation) + (test-visible-output)' +test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-indent-thread-content-off + test_done