]> git.cworth.org Git - notmuch/commit
test: emacs: new tests "notmuch-show: {show, hide} message headers"
authorPieter Praet <pieter@praet.org>
Wed, 22 Feb 2012 18:43:28 +0000 (19:43 +0100)
committerDavid Bremner <bremner@debian.org>
Sat, 20 Oct 2012 15:10:12 +0000 (12:10 -0300)
commit3a8712e7db94c5d045e80cc88e7ed38d0eaff6be
treef6055e4dfbf82c8a8b614809f6cf0d68a18f8f04
parent518eed1ba725c524d279e364deba1a191bbb38b2
test: emacs: new tests "notmuch-show: {show, hide} message headers"

* test/emacs:

  - New subtest "notmuch-show: show message headers":
    Setting `notmuch-message-headers-visible' to t causes all headers
    defined in `notmuch-message-headers' to be shown.

  - New subtest "notmuch-show: hide message headers":
    Setting `notmuch-message-headers-visible' to nil causes all headers
    defined in `notmuch-message-headers' to be hidden.
    ("Subject:" may be an exception;  See the use of `headers-start' in
    `notmuch-show-insert-msg')

  - New subtest "notmuch-show: hide message headers (w/ notmuch-show-toggle-headers)":
    Setting `notmuch-message-headers-visible' to t causes all headers
    defined in `notmuch-message-headers' to be shown, but they can be
    hidden for the current message by running `notmuch-show-toggle-headers'.
test/emacs
test/emacs.expected-output/notmuch-show-message-with-headers-hidden [new file with mode: 0644]
test/emacs.expected-output/notmuch-show-message-with-headers-visible [new file with mode: 0644]