[PATCH 2/9] lib: private string map (associative array) API
[notmuch-archives.git] / b1 / 80c5530f2b5347846483ba8b33f64723eaec4d
1 Return-Path: <jani@nikula.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 A13E1429E21\r
6         for <notmuch@notmuchmail.org>; Wed, 11 Jan 2012 10:27:10 -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.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 krbvQPsT8Y7s for <notmuch@notmuchmail.org>;\r
16         Wed, 11 Jan 2012 10:27:09 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-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 2E8C3431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 11 Jan 2012 10:27:09 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so893292wer.26\r
23         for <notmuch@notmuchmail.org>; Wed, 11 Jan 2012 10:27:06 -0800 (PST)\r
24 Received: by 10.216.138.219 with SMTP id a69mr3345204wej.6.1326306426568;\r
25         Wed, 11 Jan 2012 10:27:06 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id di5sm4144706wib.3.2012.01.11.10.27.03\r
29         (version=SSLv3 cipher=OTHER); Wed, 11 Jan 2012 10:27:04 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH 1/3] count: Convert to new-style argument parsing\r
33 In-Reply-To: <87zkdulkla.fsf@nikula.org>\r
34 References: <20120109043101.GH20796@mit.edu>\r
35         <1326258173-21163-1-git-send-email-amdragon@mit.edu>\r
36         <1326258173-21163-2-git-send-email-amdragon@mit.edu>\r
37         <87zkdulkla.fsf@nikula.org>\r
38 User-Agent: Notmuch/0.10.2+193~ga73a411 (http://notmuchmail.org) Emacs/23.3.1\r
39         (i686-pc-linux-gnu)\r
40 Date: Wed, 11 Jan 2012 20:27:01 +0200\r
41 Message-ID: <87y5teccy2.fsf@nikula.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 11 Jan 2012 18:27:10 -0000\r
57 \r
58 On Wed, 11 Jan 2012 08:17:05 +0000, Jani Nikula <jani@nikula.org> wrote:\r
59 > In fact, this is exactly what I did in commits\r
60 > e6d89ad723f775952d89d4f81b6072617c5caf18 and\r
61 > be5619cca32452f1a398add85908d78d6e72f469. In the latter I could have\r
62 > used notmuch_bool_t because it's a typedeffed int, but then I would've\r
63 > depended on some external typedef not changing (it probably won't, but\r
64 > this is defensive programming).\r
65 \r
66 Please disregard the commit ids above. The correct references are\r
67 2d1385e141b1799b4b3942a3fe2dcbcdbf92dc38 and\r
68 id:"d32e63c8115b1f2868acf96c83b30697be88ff10.1326224339.git.jani@nikula.org".\r
69 \r
70 Sorry for the confusion.\r
71 \r
72 BR,\r
73 Jani.\r