Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 94 / 849499ef41c69a39c9e6112ae773ae4fea1fe3
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 297E2431FDF\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Dec 2014 14:05:55 -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 5NjnpuqCiOpL for <notmuch@notmuchmail.org>;\r
16         Sat, 27 Dec 2014 14:05:52 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id EC81F431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 27 Dec 2014 14:05:51 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>) id 1Y4zUa-0000CZ-Un\r
24         for notmuch@notmuchmail.org; Sat, 27 Dec 2014 18:05:48 -0400\r
25 Received: (nullmailer pid 1466 invoked by uid 1000); Sat, 27 Dec 2014\r
26         22:05:44 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: libnotmuch logging overhaul, round 2\r
30 Date: Sat, 27 Dec 2014 23:05:31 +0100\r
31 Message-Id: <1419717937-1108-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.3\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 27 Dec 2014 22:05:55 -0000\r
46 \r
47 This obsoletes\r
48 \r
49      id:1419615761-21581-1-git-send-email-david@tethera.net\r
50 \r
51 I added the promised "save a string in notmuch_database_t" logging\r
52 backend, and ended up reorganizing things a bit, since the special\r
53 casing required for _{create,open} a database seemed to naturally come\r
54 first.\r
55 \r
56 One thing that I can't overemphasize here is that this series does not\r
57 (yet) include most of the changes needed to the CLI to recover these error messages. afaict that will involve adding lots (?) of fputs to error handling paths.\r
58 \r