Re: [PATCH] add has: query prefix to search for specific properties
[notmuch-archives.git] / ea / 8847a9f38b2f57bad055e25bfd6020a5a17cf0
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 CB0DD4196F4\r
6         for <notmuch@notmuchmail.org>; Tue,  6 Apr 2010 05:00:57 -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: -0.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id iPQnzE98lXQR for <notmuch@notmuchmail.org>;\r
16         Tue,  6 Apr 2010 05:00:57 -0700 (PDT)\r
17 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
18         by olra.theworths.org (Postfix) with ESMTP id F2F7B4196F0\r
19         for <notmuch@notmuchmail.org>; Tue,  6 Apr 2010 05:00:56 -0700 (PDT)\r
20 Received: from\r
21         fctnnbsc30w-142167190087.pppoe-dynamic.high-speed.nb.bellaliant.net\r
22         ([142.167.190.87] helo=rocinante.cs.unb.ca)\r
23         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
25         id 1Nz7Sh-0007hi-TP; Tue, 06 Apr 2010 09:00:55 -0300\r
26 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
27         (envelope-from <bremner@rocinante.cs.unb.ca>)\r
28         id 1Nz7Sc-0002Aa-Bx; Tue, 06 Apr 2010 09:00:50 -0300\r
29 From: David Bremner <bremner@unb.ca>\r
30 To: Jason White <jason@jasonjgw.net>, notmuch <notmuch@notmuchmail.org>\r
31 Subject: Re: [notmuch] Message parsing issue?\r
32 In-Reply-To: <20100403072540.GA15606@jdc.jasonjgw.net>\r
33 References: <20100403072540.GA15606@jdc.jasonjgw.net>\r
34 Date: Tue, 06 Apr 2010 09:00:50 -0300\r
35 Message-ID: <87fx384wp9.fsf@rocinante.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 06 Apr 2010 12:00:57 -0000\r
52 \r
53 On Sat, 3 Apr 2010 18:25:40 +1100, Jason White <jason@jasonjgw.net> wrote:\r
54 \r
55 > The problem is that for certain messages, notmuch show treats the entire\r
56 > message, including, significantly, all of the headers, as the message body.\r
57\r
58 > An example is attached, with "notmuch show" output as the first file and the\r
59 > original message as the second.\r
60\r
61 > Suggestions are welcome.\r
62 \r
63 One thing I noticed was that the message you sent (at least, if I got\r
64 the correct attachment), had X-Spam headers _before_ the "From "\r
65 line. If I remove those headers then the message displays Ok.  It is\r
66 probably not worth putting too much effort into that display code since\r
67 it is in the process of being completely rewritten. Perhaps an extra\r
68 pass through "formail" can format you message headers a bit more nicely?\r
69 \r
70 David\r