Reply all - issue
[notmuch-archives.git] / b6 / ed5c9cb08146ecf4391c3f6630093307e18a5a
1 Return-Path: <bremner@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 5F9CF431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 31 Dec 2012 08:52:39 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 lUGUh3hMXMce for <notmuch@notmuchmail.org>;\r
16         Mon, 31 Dec 2012 08:52:38 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DFC01431FAF\r
21         for <notmuch@notmuchmail.org>; Mon, 31 Dec 2012 08:52:38 -0800 (PST)\r
22 Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.82.78] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa\r
25         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1TpibJ-0004sa-K4; Mon, 31 Dec 2012 12:52:33 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1TpibD-0000V9-RE; Mon, 31 Dec 2012 12:52:27 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: Mark Walters <markwalters1009@gmail.com>,\r
33         Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH v4 4/5] dump/restore: Use Xapian queries for batch-tag\r
35         format\r
36 In-Reply-To: <87zk0utmv2.fsf@qmul.ac.uk>\r
37 References: <1356936162-2589-1-git-send-email-amdragon@mit.edu>\r
38         <1356936162-2589-5-git-send-email-amdragon@mit.edu>\r
39         <87zk0utmv2.fsf@qmul.ac.uk>\r
40 User-Agent: Notmuch/0.14+229~g5a1b22e (http://notmuchmail.org) Emacs/24.2.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Mon, 31 Dec 2012 12:52:27 -0400\r
43 Message-ID: <878v8ekvuc.fsf@zancas.localnet>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 X-Spam_bar: -\r
47 Cc: tomi.ollila@iki.fi\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 31 Dec 2012 16:52:39 -0000\r
61 \r
62 Mark Walters <markwalters1009@gmail.com> writes:\r
63 \r
64 > One other thing that is noticeable from the errors is that most of the\r
65 > rest of the errors are very informative but the parse_boolean_term one\r
66 > is relatively uninformative: it just says we cannot parse the id even\r
67 > though we know rather more about what the error is (trailing text, no\r
68 > closing quote, illegal character in an unquoted id etc). I am happy with\r
69 > it how it is but perhaps David Bremner might like to comment?\r
70 \r
71 I don't see a simple way to report better errors without adding more\r
72 status values to parse_boolean_term; in the other cases we report the\r
73 error as it is detected, in the cli code. I also don't think it's\r
74 correct for routines in ./util to directly print error messages.\r
75 \r
76 d\r