Re: [PATCH v4 03/16] make shared crypto code behave library-like
[notmuch-archives.git] / 38 / c6e2f30eff3a6e732fd821e385793d8c819a10
1 Return-Path: <bremner@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 413266DE02C9\r
6  for <notmuch@notmuchmail.org>; Wed, 25 May 2016 03:51:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.012\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
12  tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id cKDXXJ7cy7cP for <notmuch@notmuchmail.org>;\r
17  Wed, 25 May 2016 03:51:37 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id C0F5F6DE00BD\r
20  for <notmuch@notmuchmail.org>; Wed, 25 May 2016 03:51:36 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>) id 1b5WPM-0004TT-GJ\r
23  for notmuch@notmuchmail.org; Wed, 25 May 2016 06:51:24 -0400\r
24 Received: (nullmailer pid 23133 invoked by uid 1000);\r
25  Wed, 25 May 2016 10:51:31 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: v6 of libconfig series\r
29 Date: Wed, 25 May 2016 07:51:19 -0300\r
30 Message-Id: <1464173486-23032-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.8.1\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.20\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36  <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
38  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Wed, 25 May 2016 10:51:45 -0000\r
45 \r
46 This obsoletes the remaining libconfig patches starting at\r
47 \r
48      id:1463135893-7471-6-git-send-email-david@tethera.net\r
49 \r
50 I've addressed (my own) comments there. In \r
51 \r
52 [Patch v6 2/7] lib: config list iterators\r
53 \r
54 I decided to use "placement new" to allocated a Xapian::TermIterator,\r
55 rather than a pointer.  This is slightly more exotic C++, but it\r
56 reduces number of dereferences in the code.\r
57 \r
58 I think this series has got all the feedback it's going to, so I'm\r
59 going to go ahead and mark it ready to merge.\r
60 \r