Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 2a / a306e33f8a5618661bbcae5407d887f7a8b191
1 Return-Path: <jani@nikula.org>\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 666D8431FBD\r
6         for <notmuch@notmuchmail.org>; Sat,  2 Mar 2013 11:55:28 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 wk+jG0xqa5yP for <notmuch@notmuchmail.org>;\r
16         Sat,  2 Mar 2013 11:55:26 -0800 (PST)\r
17 Received: from mail-la0-f41.google.com (mail-la0-f41.google.com\r
18         [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 2A877431FAE\r
21         for <notmuch@notmuchmail.org>; Sat,  2 Mar 2013 11:55:26 -0800 (PST)\r
22 Received: by mail-la0-f41.google.com with SMTP id fo12so3947992lab.28\r
23         for <notmuch@notmuchmail.org>; Sat, 02 Mar 2013 11:55:23 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
27         :x-gm-message-state;\r
28         bh=bZW1Cx1zdHuCuTY4ocqhCGBI5klXcq+BPPYgge7Axj8=;\r
29         b=AslaupO/uDc/LQihrGNX0gmq+5xgpz9XkiKqj87OrUQBC/Yr3OPQlX1eqLd2PRnC3c\r
30         MH5ifQHAIY3JuwMTJARPTH2aFqNqctZsc+lZMEMGYnQqrjqQeex9JtE/C5SRmlmZhXS7\r
31         tn1jhZTmDQrkowyFrbfwet+BhfRju1Xb+k472r8vORQeCuR331KSxrK2jkiAMpRQ8zV5\r
32         xibh71nIU29v1m6TJckwbVY8O9iMvdTkGDay8X5hBjX1+XKJn0hj6bHWOaqTGImjtavJ\r
33         keQVtUJRuTNFI6KWrubTbVUl883gs1XGEf5+LWDR3FoplcOSkM2dVCMYZ7d1xA+dV48Q\r
34         9M7w==\r
35 X-Received: by 10.152.133.133 with SMTP id pc5mr12958795lab.32.1362254123158; \r
36         Sat, 02 Mar 2013 11:55:23 -0800 (PST)\r
37 Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
38         [80.223.81.27])\r
39         by mx.google.com with ESMTPS id go12sm8939701lab.3.2013.03.02.11.55.21\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 02 Mar 2013 11:55:22 -0800 (PST)\r
42 From: Jani Nikula <jani@nikula.org>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [RFC PATCH 1/3] cli: cosmetic style cleanup\r
45 Date: Sat,  2 Mar 2013 21:55:19 +0200\r
46 Message-Id:\r
47  <5eaa3acc22ee5513bdce5ab931b7a79ade880e06.1362254104.git.jani@nikula.org>\r
48 X-Mailer: git-send-email 1.7.10.4\r
49 X-Gm-Message-State:\r
50  ALoCoQmYjSZNe03bTkAKXav0JnRHyMREZn+djZQPIVOfX3CRiLBww4Y6KC0LGtGZ0P85boYaBpq8\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Sat, 02 Mar 2013 19:55:28 -0000\r
64 \r
65 ---\r
66  notmuch-config.c |   13 +------------\r
67  1 file changed, 1 insertion(+), 12 deletions(-)\r
68 \r
69 diff --git a/notmuch-config.c b/notmuch-config.c\r
70 index b5c2066..45b4c0e 100644\r
71 --- a/notmuch-config.c\r
72 +++ b/notmuch-config.c\r
73 @@ -398,39 +398,28 @@ notmuch_config_open (void *ctx,\r
74       * the configuration file, we add some comments to help the user\r
75       * understand what can be done. */\r
76      if (is_new)\r
77 -    {\r
78         g_key_file_set_comment (config->key_file, NULL, NULL,\r
79                                 toplevel_config_comment, NULL);\r
80 -    }\r
81  \r
82      if (! file_had_database_group)\r
83 -    {\r
84         g_key_file_set_comment (config->key_file, "database", NULL,\r
85                                 database_config_comment, NULL);\r
86 -    }\r
87  \r
88      if (! file_had_new_group)\r
89 -    {\r
90         g_key_file_set_comment (config->key_file, "new", NULL,\r
91                                 new_config_comment, NULL);\r
92 -    }\r
93  \r
94      if (! file_had_user_group)\r
95 -    {\r
96         g_key_file_set_comment (config->key_file, "user", NULL,\r
97                                 user_config_comment, NULL);\r
98 -    }\r
99  \r
100      if (! file_had_maildir_group)\r
101 -    {\r
102         g_key_file_set_comment (config->key_file, "maildir", NULL,\r
103                                 maildir_config_comment, NULL);\r
104 -    }\r
105  \r
106 -    if (! file_had_search_group) {\r
107 +    if (! file_had_search_group)\r
108         g_key_file_set_comment (config->key_file, "search", NULL,\r
109                                 search_config_comment, NULL);\r
110 -    }\r
111  \r
112      if (is_new_ret)\r
113         *is_new_ret = is_new;\r
114 -- \r
115 1.7.10.4\r
116 \r