Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / b0 / 43d475cd4895bda94b273362a3a2991574459b
1 Return-Path: <bremner@tesseract.cs.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 1A818431FC2\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Mar 2015 10:03:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 9XP7H3Xt2Qu1 for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Mar 2015 10:03:14 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C1DA2431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 14 Mar 2015 10:03:14 -0700 (PDT)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
25         id 1YWpSh-00026D-3T\r
26         for notmuch@notmuchmail.org; Sat, 14 Mar 2015 17:02:55 +0000\r
27 Received: (nullmailer pid 4978 invoked by uid 1000); Sat, 14 Mar 2015\r
28         17:02:41 -0000\r
29 From: David Bremner <david@tethera.net>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: libnotmuch logging overhaul v4\r
32 Date: Sat, 14 Mar 2015 18:02:25 +0100\r
33 Message-Id: <1426352554-4383-1-git-send-email-david@tethera.net>\r
34 X-Mailer: git-send-email 2.1.4\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 14 Mar 2015 17:03:18 -0000\r
48 \r
49 Obsoletes\r
50 \r
51         id:1419788030-10567-1-git-send-email-david@tethera.net\r
52 \r
53 The bad news is it is 3 patches longer; the good news is that I think\r
54 those patches are just testing and make sense whether we do the rest\r
55 or not.  The first 4 patches together now have the have the effect\r
56 adding a "quiet" version of open and create, slightly perversely named\r
57 "_verbose". As always, naming things is hard.\r
58 \r
59 Patches 5 through 7 are just support for patch 8,\r
60 and are unchanged from the previous version.\r
61 \r
62     [Patch v4 5/9] lib/database: add field for last error string\r
63     [Patch v4 6/9] lib: add a log function with output to a string in\r
64     [Patch v4 7/9] lib: add private function to extract the database for\r
65 \r
66 I'm not sure about the way notmuch_database_compact is handled here;\r
67 maybe it should use an extra string argument like\r
68 notmuch_database_open.\r
69 \r
70     [Patch v4 8/9] lib: replace almost all fprintfs in library with\r
71 \r
72 Unmodified from the previous series.\r
73 \r
74     [Patch v4 9/9] lib: eliminate fprintf from _notmuch_message_file_open\r