Re: [PATCH 2/2] cli/count: apply uncrustify changes
authorDavid Bremner <david@tethera.net>
Wed, 9 Sep 2015 17:36:01 +0000 (14:36 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:33 +0000 (14:49 -0700)
24/83b3c7843a1660c4a2627abc6802e2a0adac46 [new file with mode: 0644]

diff --git a/24/83b3c7843a1660c4a2627abc6802e2a0adac46 b/24/83b3c7843a1660c4a2627abc6802e2a0adac46
new file mode 100644 (file)
index 0000000..d02e038
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 7B8286DE0274\r
+ for <notmuch@notmuchmail.org>; Wed,  9 Sep 2015 10:36:18 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.748\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.748 tagged_above=-999 required=5 tests=[AWL=-0.942,\r
+  RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596, RP_MATCHES_RCVD=-0.55]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id J_cCN3h9KjhS for <notmuch@notmuchmail.org>;\r
+ Wed,  9 Sep 2015 10:36:15 -0700 (PDT)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 785406DE0214\r
+ for <notmuch@notmuchmail.org>; Wed,  9 Sep 2015 10:36:15 -0700 (PDT)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZZjHx-00010R-JM; Wed, 09 Sep 2015 14:36:05 -0300\r
+Received: (nullmailer pid 25912 invoked by uid 1000); Wed, 09 Sep 2015\r
+ 17:36:01 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] cli/count: apply uncrustify changes\r
+In-Reply-To: <m2bndegwqf.fsf@guru.guru-group.fi>\r
+References: <1441632818-22483-1-git-send-email-david@tethera.net>\r
+ <1441632818-22483-2-git-send-email-david@tethera.net>\r
+ <m2bndegwqf.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.20.2+71~gf460ad4 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 09 Sep 2015 14:36:01 -0300\r
+Message-ID: <87613jpkam.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 09 Sep 2015 17:36:18 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+>>  \r
+>>      if (exclude == EXCLUDE_TRUE) {\r
+>>     search_exclude_tags = notmuch_config_get_search_exclude_tags\r
+>> -       (config, &search_exclude_tags_length);\r
+>> +                             (config, &search_exclude_tags_length);\r
+>\r
+> With the first 2 uncrustify does a good job, but this last one it disagrees\r
+> how emacs(1) indents (and how it is currently indented in other notmuch\r
+> source files) -- I'd leave the last (3rd) change out.\r
+\r
+I actually think the uncrustify version is better, but I agree there is\r
+not much point having a standard that isn't easily achievable with\r
+emacs.  After a short struggle trying to understand CC-mode indentation,\r
+I give up.\r
+\r
+d\r