X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Femacs;h=21f1d163d4215379b283fac3cc9908450b7d4bb8;hp=7db9f4fbcaad7bedbbd986228bed2a43b714e8f6;hb=0db6c7b8be29026df832ef7d7cb02f5183fc9c7f;hpb=f5aa5ac6c70aa3b7d38047722b467fbda70210d5 diff --git a/test/emacs b/test/emacs index 7db9f4fb..21f1d163 100755 --- a/test/emacs +++ b/test/emacs @@ -609,12 +609,12 @@ test_emacs \ (test-visible-output))' test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-message-with-headers-hidden -test_begin_subtest "notmuch-show: hide message headers (w/ notmuch-show-toggle-headers)" +test_begin_subtest "notmuch-show: hide message headers (w/ notmuch-show-toggle-visibility-headers)" test_emacs \ '(let ((notmuch-message-headers '\''("Subject" "To" "Cc" "Date")) (notmuch-message-headers-visible t)) (notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com") - (notmuch-show-toggle-headers) + (notmuch-show-toggle-visibility-headers) (test-visible-output))' test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-message-with-headers-hidden