[PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / ce / 60c95308f417ee6301db300c37bc6d758e7b17
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 A57246DE0350\r
6  for <notmuch@notmuchmail.org>; Sat,  7 May 2016 17:05:04 -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.013\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.013 tagged_above=-999 required=5\r
12  tests=[AWL=-0.002, 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 GU2ztam0buhd for <notmuch@notmuchmail.org>;\r
17  Sat,  7 May 2016 17:04:57 -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 D03746DE0217\r
20  for <notmuch@notmuchmail.org>; Sat,  7 May 2016 17:04:56 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>)\r
23  id 1azCDK-00013e-GQ; Sat, 07 May 2016 20:04:50 -0400\r
24 Received: (nullmailer pid 17205 invoked by uid 1000);\r
25  Sun, 08 May 2016 00:04:53 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [Patch v4 12/12] fixup! lib/cli: add library API / CLI for compile\r
29  time options\r
30 Date: Sat,  7 May 2016 21:04:49 -0300\r
31 Message-Id: <1462665889-17121-13-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.8.1\r
33 In-Reply-To: <1462665889-17121-1-git-send-email-david@tethera.net>\r
34 References: <1462665889-17121-1-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sun, 08 May 2016 00:05:04 -0000\r
48 \r
49 ---\r
50  notmuch-config.c | 4 ++--\r
51  1 file changed, 2 insertions(+), 2 deletions(-)\r
52 \r
53 diff --git a/notmuch-config.c b/notmuch-config.c\r
54 index e4f47e4..f8636d5 100644\r
55 --- a/notmuch-config.c\r
56 +++ b/notmuch-config.c\r
57 @@ -903,7 +903,7 @@ notmuch_config_command_set (notmuch_config_t *config, char *item, int argc, char\r
58  \r
59  static\r
60  void\r
61 -_notmuch_config_list_options () {\r
62 +_notmuch_config_list_built_with () {\r
63      printf("%scompact=%s\n",\r
64            BUILT_WITH_PREFIX,\r
65            notmuch_built_with ("compact") ? "true" : "false");\r
66 @@ -972,7 +972,7 @@ notmuch_config_command_list (notmuch_config_t *config)\r
67  \r
68      g_strfreev (groups);\r
69  \r
70 -    _notmuch_config_list_options ();\r
71 +    _notmuch_config_list_built_with ();\r
72      return _list_db_config (config);\r
73  }\r
74  \r
75 -- \r
76 2.8.1\r
77 \r