There's no reason to output "Non-text part:" lines for parts that are not leaf nodes, eg. multipart/* and message/rfc822. We fix the text here to test for their absence. The next patch will fix reply accordingly. --- test/multipart | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/test/multipart b/test/multipart index 95577dc..c7431cc 100755 --- a/test/multipart +++ b/test/multipart @@ -578,14 +578,11 @@ In-Reply-To: <[email protected]> References: <[email protected]> On Fri, 05 Jan 2001 15:43:57 +0000, Carl Worth <[email protected]> wrote: -Non-text part: multipart/signed -Non-text part: multipart/mixed > From: Carl Worth <[email protected]> > To: [email protected] > Subject: html message > Date: Fri, 05 Jan 2001 15:42:57 +0000 > -Non-text part: multipart/alternative Non-text part: text/html > This is an embedded message, with a multipart/alternative part. > This is a text attachment. -- 1.7.5.3 _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
