[PATCH 08/11] cli: add thread recipients to search output
[notmuch-archives.git] / a8 / 56929a9f759eecf45dd7f3bca7482b31b36d77
1 Return-Path: <jrollins@servo.finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 30C2C429E25\r
6         for <notmuch@notmuchmail.org>; Wed,  8 Jun 2011 12:30:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id QxU+MYSqVb4r for <notmuch@notmuchmail.org>;\r
17         Wed,  8 Jun 2011 12:30:17 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id 8C4A5429E29\r
21         for <notmuch@notmuchmail.org>; Wed,  8 Jun 2011 12:30:17 -0700 (PDT)\r
22 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by fire-doxen-postvirus (Postfix) with ESMTP id AA67B32819C;\r
24         Wed,  8 Jun 2011 12:23:02 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (gwave-108.ligo.caltech.edu\r
27         [131.215.114.108]) (Authenticated sender: jrollins)\r
28         by fire-doxen-submit (Postfix) with ESMTP id 885CD32812D;\r
29         Wed,  8 Jun 2011 12:22:58 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id E10D6184; Wed,  8 Jun 2011 12:30:12 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 1/4] test/multipart: test for absence of "Non-text part:"\r
35         lines in reply for multipart/* and message/rfc822 parts\r
36 Date: Wed,  8 Jun 2011 12:30:06 -0700\r
37 Message-Id: <1307561409-5646-2-git-send-email-jrollins@finestructure.net>\r
38 X-Mailer: git-send-email 1.7.5.3\r
39 In-Reply-To: <1307561409-5646-1-git-send-email-jrollins@finestructure.net>\r
40 References: <1307320169-29905-4-git-send-email-jrollins@finestructure.net>\r
41         <1307561409-5646-1-git-send-email-jrollins@finestructure.net>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 08 Jun 2011 19:30:18 -0000\r
55 \r
56 There's no reason to output "Non-text part:" lines for parts that are\r
57 not leaf nodes, eg. multipart/* and message/rfc822.  We fix the text\r
58 here to test for their absence.  The next patch will fix reply\r
59 accordingly.\r
60 ---\r
61  test/multipart |    3 ---\r
62  1 files changed, 0 insertions(+), 3 deletions(-)\r
63 \r
64 diff --git a/test/multipart b/test/multipart\r
65 index 95577dc..c7431cc 100755\r
66 --- a/test/multipart\r
67 +++ b/test/multipart\r
68 @@ -578,14 +578,11 @@ In-Reply-To: <87liy5ap00.fsf@yoom.home.cworth.org>\r
69  References: <87liy5ap00.fsf@yoom.home.cworth.org>\r
70  \r
71  On Fri, 05 Jan 2001 15:43:57 +0000, Carl Worth <cworth@cworth.org> wrote:\r
72 -Non-text part: multipart/signed\r
73 -Non-text part: multipart/mixed\r
74  > From: Carl Worth <cworth@cworth.org>\r
75  > To: cworth@cworth.org\r
76  > Subject: html message\r
77  > Date: Fri, 05 Jan 2001 15:42:57 +0000\r
78  >\r
79 -Non-text part: multipart/alternative\r
80  Non-text part: text/html\r
81  > This is an embedded message, with a multipart/alternative part.\r
82  > This is a text attachment.\r
83 -- \r
84 1.7.5.3\r
85 \r