Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 37 / 24f0a7e7d94eea99b50d073db7005114d4a78e
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 68B606DE025E\r
6  for <notmuch@notmuchmail.org>; Sun, 27 Sep 2015 08:32:49 -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.11\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.11 tagged_above=-999 required=5 tests=[AWL=0.110]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id ChDwfNt6TJPe for <notmuch@notmuchmail.org>;\r
16  Sun, 27 Sep 2015 08:32:47 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 24D4F6DE01F5\r
19  for <notmuch@notmuchmail.org>; Sun, 27 Sep 2015 08:32:47 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tethera.net>) id 1ZgDwE-0008DX-5D\r
22  for notmuch@notmuchmail.org; Sun, 27 Sep 2015 15:32:30 +0000\r
23 Received: (nullmailer pid 11926 invoked by uid 1000); Sun, 27 Sep 2015\r
24  15:32:11 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: v4 of count patches, plus convert remaining deprecated APIs\r
28 Date: Sun, 27 Sep 2015 12:31:54 -0300\r
29 Message-Id: <1443367923-11867-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.5.3\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.18\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35  <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Sun, 27 Sep 2015 15:32:49 -0000\r
44 \r
45 Apologies for the confusion last night/this-morning with the count\r
46 patches. I'm resending the whole series with at least one important\r
47 bug fix.\r
48 \r
49 [Patch v4 1/9] lib: move query variable to function scope\r
50 [Patch v4 2/9] cli/count: simplify and document return value of\r
51 \r
52 The first two patches are setup.\r
53 \r
54 [Patch v4 3/9] lib: add versions of n_q_count_{message,threads} with\r
55 \r
56 this is the meat of the series, which adds the new functions, and\r
57 converts the lib to use them. I thought about cleaning up some of the\r
58 de-allocation paths using talloc_steal, but I concluded that could wait\r
59 \r
60 [Patch v4 4/9] cli: update to use new count API\r
61 [Patch v4 5/9] ruby: use new count API\r
62 [Patch v4 6/9] python: update bindings for new count API\r
63 \r
64 this migrates the CLI and bindings to use the new API.\r
65 \r
66 [Patch v4 7/9] lib: migrate notmuch_database_upgrade to new\r
67 [Patch v4 8/9] lib: migrate thread.cc to new query_search API\r
68 [Patch v4 9/9] ruby: use new query_search API\r
69 \r
70 Finally, some long overdue cleanup of deprecation warnings for the\r
71 previous API change. These rely on the same setup patches (namely\r
72 1/9), so I put them in the same series.\r