]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs
test: emacs: toggle thread content indentation in `notmuch-show'
[notmuch] / test / emacs
index c4ead5143a249354733a56a2100f6a67b634aa62..e9d823991846c0a411f7e48103b6a8833903f57f 100755 (executable)
@@ -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