Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9a / 22b46fb5c9289742f0f3046305f13886b5bab4
1 Return-Path: <cworth@cworth.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 88BBA431FBC;\r
6         Sun, 22 Nov 2009 20:39:44 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id mU4t7PKVEx5Z; Sun, 22 Nov 2009 20:39:44 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id AA21F431FAE;\r
13         Sun, 22 Nov 2009 20:39:43 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jed Brown <jed@59A2.org>, Bart Trojanowski <bart@jukie.net>\r
16 In-Reply-To: <87ws1i44n1.fsf@59A2.org>\r
17 References: <87y6ly45fc.fsf@59A2.org> <20091122213649.GJ17268@jukie.net>\r
18         <87ws1i44n1.fsf@59A2.org>\r
19 Date: Mon, 23 Nov 2009 05:39:29 +0100\r
20 Message-ID: <87k4xhg8hq.fsf@yoom.home.cworth.org>\r
21 MIME-Version: 1.0\r
22 Content-Type: text/plain; charset=us-ascii\r
23 Cc: notmuch@notmuchmail.org\r
24 Subject: Re: [notmuch] [RFC] Precedence of OR and AND\r
25 X-BeenThere: notmuch@notmuchmail.org\r
26 X-Mailman-Version: 2.1.12\r
27 Precedence: list\r
28 List-Id: "Use and development of the notmuch mail system."\r
29         <notmuch.notmuchmail.org>\r
30 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
31         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
32 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
33 List-Post: <mailto:notmuch@notmuchmail.org>\r
34 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
35 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
37 X-List-Received-Date: Mon, 23 Nov 2009 04:39:44 -0000\r
38 \r
39 On Sun, 22 Nov 2009 22:43:30 +0100, Jed Brown <jed@59A2.org> wrote:\r
40 > On Sun, 22 Nov 2009 16:36:49 -0500, Bart Trojanowski <bart@jukie.net> wrote:\r
41 > Absolutely, and I have this applied locally to notmuch.el,\r
42 \r
43 Patch please?\r
44 \r
45 >                                                            but I didn't\r
46 > fix notmuch-search-filter-by-tag because that would really need to parse\r
47 > the expression.\r
48 \r
49 I don't see the difference here. Any time we append to the search\r
50 string, we should be doing so with parentheses.\r
51 \r
52 >                  I'm just asking if anyone else thinks binding OR\r
53 > tighter than AND would be desirable.\r
54 \r
55 Right now, Xapian is doing all of our query parsing. So we'd have to\r
56 take things up there to get anything changed for now.\r
57 \r
58 In the future we might be forced into writing our own query parser to\r
59 get all the functionality we want.\r
60 \r
61 -Carl\r