Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
authorDavid Bremner <david@tethera.net>
Thu, 31 Dec 2015 17:39:21 +0000 (13:39 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:17 +0000 (14:50 -0700)
04/2da1d1a0e15cc76252cfe5de11df9af761a35e [new file with mode: 0644]

diff --git a/04/2da1d1a0e15cc76252cfe5de11df9af761a35e b/04/2da1d1a0e15cc76252cfe5de11df9af761a35e
new file mode 100644 (file)
index 0000000..f54de30
--- /dev/null
@@ -0,0 +1,75 @@
+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 A82916DE191A\r
+ for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 09:39:30 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.311\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 AS_i9mp6KYNO for <notmuch@notmuchmail.org>;\r
+ Thu, 31 Dec 2015 09:39:28 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id D001C6DE182F\r
+ for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 09:39:28 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aEhC0-0001Dc-18; Thu, 31 Dec 2015 12:39:16 -0500\r
+Received: (nullmailer pid 23887 invoked by uid 1000);\r
+ Thu, 31 Dec 2015 17:39:21 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jani Nikula <jani@nikula.org>, "W. Trevor King" <wking@tremily.us>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page\r
+In-Reply-To: <87ege26fi4.fsf@nikula.org>\r
+References: <cover.1451502495.git.wking@tremily.us>\r
+ <0a1bd306cb2e306ff49d72b6d2466c1d4a0ade2b.1451502495.git.wking@tremily.us>\r
+ <87ege26fi4.fsf@nikula.org>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 31 Dec 2015 13:39:21 -0400\r
+Message-ID: <87fuyi4iwm.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.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 31 Dec 2015 17:39:30 -0000\r
+\r
+Jani Nikula <jani@nikula.org> writes:\r
+\r
+> On Wed, 30 Dec 2015, "W. Trevor King" <wking@tremily.us> wrote:\r
+>> To describe the config file format, so folks don't have to dig through\r
+>> NEWS or the nmbug-status source to get that information.\r
+>\r
+> Overall I approve of the series (though I did not do a thorough\r
+> review).\r
+>\r
+> I am wondering about the man page though. I find it slightly confusing\r
+> there would be a man page named after the tool describing just the\r
+> config, but not the tool itself.\r
+\r
+For me it's a bit odd to have a man page for a tool we don't install by\r
+default. Is it maybe time to "promote" nmbug-status to the notmuch-\r
+namespace and install it by default? That would have to be somehow tied\r
+to installing the python bindings; or else the script could just print a\r
+helpful error message if the bindings are not found.\r
+\r
+This would also allow addressing Tomi's comment about testing, by adding\r
+a couple of tests to the test suite.\r
+\r
+d\r