aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs.expected-output
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-05-16 22:28:36 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-05-17 14:51:06 -0700
commitc51d5b3cdb5ca0816816e88ca6f7136a24e74eee (patch)
treebe75427f07bc5c6b16a8467bf3ed6c47ccfc15c3 /test/emacs.expected-output
parentd67f75549785117a8e0c3bc4f0bd71352a29974c (diff)
notmuch show: Include output for the enclosing multipart part of a MIME mail
Previously, the outer multipart part of any multipart/mixed, multipart/signed, etc. MIME message was silently omitted from the "notmuch show" output. This prevented any client from correctly determining to which parts a signature applies, for example. Now, we actually emit these parts as their own parts. The output is still flattened---the contained parts are not yet included "within" the multipart part---so it's still not possible to determine to which parts a signature applies, but this is one step along the path. The test suite is updated to reflect this change, (though we'll eventually want to fix the emacs interface to not display buttons for the multipart enclosure parts as there's nothing useful for the user to actually do with them).
Diffstat (limited to 'test/emacs.expected-output')
-rw-r--r--test/emacs.expected-output/notmuch-show-thread-maildir-storage12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/emacs.expected-output/notmuch-show-thread-maildir-storage b/test/emacs.expected-output/notmuch-show-thread-maildir-storage
index 086f8740..6eed85b8 100644
--- a/test/emacs.expected-output/notmuch-show-thread-maildir-storage
+++ b/test/emacs.expected-output/notmuch-show-thread-maildir-storage
@@ -3,6 +3,9 @@ Subject: [notmuch] Working with Maildir storage?
To: notmuch@notmuchmail.org
Date: Tue, 17 Nov 2009 14:00:54 -0500
+[ multipart/mixed ]
+[ multipart/signed ]
+[ text/plain ]
I saw the LWN article and decided to take a look at notmuch. I'm
currently using mutt and mairix to index and read a collection of
Maildir mail folders (around 40,000 messages total).
@@ -41,6 +44,9 @@ http://notmuchmail.org/mailman/listinfo/notmuch
To: notmuch@notmuchmail.org
Date: Wed, 18 Nov 2009 01:02:38 +0600
+ [ multipart/mixed ]
+ [ multipart/signed ]
+ [ text/plain ]
Twas brillig at 14:00:54 17.11.2009 UTC-05 when lars@seas.harvard.edu did gyre and gimble:
@@ -68,6 +74,9 @@ http://notmuchmail.org/mailman/listinfo/notmuch
Cc: notmuch@notmuchmail.org
Date: Tue, 17 Nov 2009 15:33:01 -0500
+ [ multipart/mixed ]
+ [ multipart/signed ]
+ [ text/plain ]
> See the patch just posted here.
Is the list archived anywhere? The obvious archives
@@ -148,6 +157,9 @@ http://notmuchmail.org/mailman/listinfo/notmuch
Cc: notmuch@notmuchmail.org
Date: Tue, 17 Nov 2009 19:50:40 -0500
+ [ multipart/mixed ]
+ [ multipart/signed ]
+ [ text/plain ]
> I've also pushed a slightly more complicated (and complete) fix to my
> private notmuch repository