Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 09 / f9c33e5e3bddb047210e5b5795748b20edc563
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 E0CB4431FAE\r
6         for <notmuch@notmuchmail.org>; Fri, 20 Jan 2012 05:21:02 -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 Q5qp2M2mlade for <notmuch@notmuchmail.org>;\r
16         Fri, 20 Jan 2012 05:21:02 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id CED77431FC0\r
21         for <notmuch@notmuchmail.org>; Fri, 20 Jan 2012 05:21:01 -0800 (PST)\r
22 Received: from [131.202.13.154] (helo=convex-new.cs.unb.ca)\r
23         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
25         id 1RoEOn-0001ae-OI; Fri, 20 Jan 2012 09:20:58 -0400\r
26 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
27         (envelope-from <bremner@unb.ca>)\r
28         id 1RoEOi-0003gD-KX; Fri, 20 Jan 2012 09:20:52 -0400\r
29 From: David Bremner <david@tethera.net>\r
30 To: Thomas Jost <schnouki@schnouki.net>, notmuch@notmuchmail.org\r
31 Subject: Re: [PATCH v4 1/3] show: don't use hex literals in JSON output\r
32 In-Reply-To: <87d3aeeeo9.fsf@thor.loria.fr>\r
33 References: <87fwfaemuc.fsf@thor.loria.fr>\r
34         <1327052365-20012-1-git-send-email-schnouki@schnouki.net>\r
35         <87mx9id1wo.fsf@zancas.localnet> <87d3aeeeo9.fsf@thor.loria.fr>\r
36 User-Agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 20 Jan 2012 09:20:52 -0400\r
39 Message-ID: <87ipk6wlvv.fsf@convex-new.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-Spam_bar: -\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 20 Jan 2012 13:21:03 -0000\r
56 \r
57 On Fri, 20 Jan 2012 13:33:58 +0100, Thomas Jost <schnouki@schnouki.net> wrote:\r
58 \r
59 > The most common gmime error codes are 1 (expired signature), 2 (no\r
60 > public key), 4 (expired key) and 8 (revoked key). The other possible\r
61 > value is 16 (unsupported algorithm) but obviously it is much more rare.\r
62 > If this happens, the current code will add '"errors": 10' (hex for\r
63 > 16...). This is valid JSON (it looks like a decimal number) but it is\r
64 > incorrect (should be 16, not 10).\r
65 \r
66 Maybe something like this for the commit message?\r
67 \r
68 d\r