diff options
author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2012-02-04 11:36:36 +0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-02-04 07:32:54 -0500 |
commit | 69adeb52b1c095f570f590e8a8db7f219b875b35 (patch) | |
tree | b39eb7028b24c707b6aded2ea1f193e3982afd73 /test/notmuch-test | |
parent | d8d73878815f3038c1a4005e43d35e6b7acf722f (diff) |
test: add test for hiding Original Message region at beginning of a message
The test is currently broken and will be fixed by a subsequent patch.
The patch adds a new file for tests of Emacs notmuch-show view.
Based on patch by David Edmondson [1].
[1] id:"1327562380-12894-4-git-send-email-dme@dme.org"
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index ced6b478..e14d34e4 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -54,6 +54,7 @@ TESTS=" argument-parsing emacs-test-functions emacs-address-cleaning + emacs-show " TESTS=${NOTMUCH_TESTS:=$TESTS} |