diff options
author | Carl Worth <cworth@cworth.org> | 2011-05-16 15:25:25 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-05-16 22:21:31 -0700 |
commit | d67f75549785117a8e0c3bc4f0bd71352a29974c (patch) | |
tree | 0f881554c9652cdd557fb84959770bb63f50518c /test/notmuch-test | |
parent | d5523ead90b6be2b07d4af745b8ed9b980a6b9f1 (diff) |
test: Add a test of "notmuch show" with a multipart message
This tests "notmuch show" with both --format=text and --format=json on
a message with some non-trivial MIME multipart nesting, (multiple parts
within a multipart/mixed part which is within a multipart/signed part).
The test captures the current behavior (where only the leaf nodes of
the MIME structure are emitted as a flat list---the multipart parts
are effectively ignored). We plan to soon change the json output at
least to emit an actual hierarchy matching the MIME structure, (at
which point we will update this test).
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 8dd9c1ec..72f1eecc 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -25,6 +25,7 @@ TESTS=" search-position-overlap-bug search-insufficient-from-quoting json + multipart thread-naming raw reply |