Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / bd / 8b4566d16f913d655133e443b9a77696dee7b6
1 Return-Path: <pieter@praet.org>\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 E479B429E20\r
6         for <notmuch@notmuchmail.org>; Sat,  7 May 2011 02:25:48 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 g5Y9qrMdLSTO for <notmuch@notmuchmail.org>;\r
16         Sat,  7 May 2011 02:25:48 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 00198431FB5\r
21         for <notmuch@notmuchmail.org>; Sat,  7 May 2011 02:25:47 -0700 (PDT)\r
22 Received: by wyi11 with SMTP id 11so3185715wyi.26\r
23         for <notmuch@notmuchmail.org>; Sat, 07 May 2011 02:25:46 -0700 (PDT)\r
24 Received: by 10.227.199.82 with SMTP id er18mr4911891wbb.63.1304760346523;\r
25         Sat, 07 May 2011 02:25:46 -0700 (PDT)\r
26 Received: from localhost (197.83-240-81.adsl-dyn.isp.belgacom.be\r
27         [81.240.83.197])\r
28         by mx.google.com with ESMTPS id x13sm1999956wby.59.2011.05.07.02.25.44\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Sat, 07 May 2011 02:25:45 -0700 (PDT)\r
31 From: Pieter Praet <pieter@praet.org>\r
32 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
33         Austin Clements <amdragon@mit.edu>, Florian Friesdorf <flo@chaoflow.net>\r
34 Subject: Re: [PATCH] implement search --format=sanitized_text + emacs UI to\r
35         use it\r
36 In-Reply-To: <87pqnukh3z.fsf@praet.org>\r
37 References: <1304723846-29134-1-git-send-email-flo@chaoflow.net>\r
38         <1304723846-29134-2-git-send-email-flo@chaoflow.net>\r
39         <BANLkTime86NE4W5j+p0uJiR5_cF3gZVd8Q@mail.gmail.com>\r
40         <87liyjgvyw.fsf@servo.factory.finestructure.net>\r
41         <87pqnukh3z.fsf@praet.org>\r
42 User-Agent: Notmuch/0.5-98-g63c37b1 (http://notmuchmail.org) Emacs/23.1.50.1\r
43         (x86_64-pc-linux-gnu)\r
44 Date: Sat, 07 May 2011 11:25:43 +0200\r
45 Message-ID: <87k4e2kgko.fsf@praet.org>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain; charset=us-ascii\r
48 Cc: notmuch@notmuchmail.org, a.amann@ucc.ie\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 07 May 2011 09:25:49 -0000\r
62 \r
63 On Sat, 07 May 2011 11:14:08 +0200, Pieter Praet <pieter@praet.org> wrote:\r
64 > On Fri, 06 May 2011 18:06:47 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
65 > > On Fri, 6 May 2011 19:55:26 -0400, Austin Clements <amdragon@mit.edu> wrote:\r
66 > > > Perhaps text summary output should *always* do this.  The text summary\r
67 > > > format is meant half for user consumption and half for emacs\r
68 > > > consumption and allowing newlines that don't indicate the end of a\r
69 > > > summary line seems bad for *both* use cases.\r
70 > > \r
71 > > Hi, Florian.  I think I agree with Austin here that the text output\r
72 > > should probably just always be sanitized.  Can you try sending in a\r
73 > > patch that just automatically sanitizes the text output?\r
74\r
75 > Indeed, Andreas and I agreed [1] as well that sanitization should be\r
76 > default for search, yet optional for show.\r
77\r
78 > > Also, I believe that this patch is not entirely compatible with the\r
79 > > current head of the release-candidate/0.6 branch.  I pushed a patch to\r
80 > > that branch to fix a search output formatting bug, and in so doing I\r
81 > > added a field to the search_format struct.\r
82 > > \r
83 > > If you could make those changes and post a new patch that would be\r
84 > > great.  Thanks.\r
85 > > \r
86 > > jamie.\r
87 > Non-text part: application/pgp-signature\r
88 > > _______________________________________________\r
89 > > notmuch mailing list\r
90 > > notmuch@notmuchmail.org\r
91 > > http://notmuchmail.org/mailman/listinfo/notmuch\r
92\r
93 > Peace\r
94\r
95 > -- \r
96 > Pieter\r
97\r
98\r
99 > [1] id:"87pqokx7op.fsf@A7GMS.i-did-not-set--mail-host-address--so-tickle-me"\r
100 \r
101 ... and apparently that never reached the list since his reply was\r
102 addressed at me personally, so I've forwarded it: 87mxiykgu3.fsf@praet.org\r
103 \r
104 \r
105 Peace\r
106 \r
107 -- \r
108 Pieter\r