--- /dev/null
+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 59F9E6DE1A01\r
+ for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 14:11:43 -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 UDpb-fm4Rg9K for <notmuch@notmuchmail.org>;\r
+ Thu, 31 Dec 2015 14:11:41 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 72B466DE192C\r
+ for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 14:11:41 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aElRR-0004jx-20; Thu, 31 Dec 2015 17:11:29 -0500\r
+Received: (nullmailer pid 4410 invoked by uid 1000);\r
+ Thu, 31 Dec 2015 22:11:34 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: "W. Trevor King" <wking@tremily.us>\r
+Cc: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page\r
+In-Reply-To: <20151231202815.GL3680@odin.tremily.us>\r
+References: <cover.1451502495.git.wking@tremily.us>\r
+ <0a1bd306cb2e306ff49d72b6d2466c1d4a0ade2b.1451502495.git.wking@tremily.us>\r
+ <87ege26fi4.fsf@nikula.org> <87fuyi4iwm.fsf@zancas.localnet>\r
+ <20151231202815.GL3680@odin.tremily.us>\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 18:11:34 -0400\r
+Message-ID: <87d1tm46ax.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\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 22:11:43 -0000\r
+\r
+"W. Trevor King" <wking@tremily.us> writes:\r
+\r
+> On Thu, Dec 31, 2015 at 01:39:21PM -0400, David Bremner wrote:\r
+>\r
+>> For me it's a bit odd to have a man page for a tool we don't install\r
+>> by default. Is it maybe time to "promote" nmbug-status to the\r
+>> notmuch- namespace and install it by default?\r
+>\r
+> Sounds good to me. And Gentoo has installed it (if you've set the\r
+> =E2=80=98nmbug=E2=80=99 USE flag [1]) since 0.11.1-r1, 2012-02-21 [2]. I=\r
+'m not sure\r
+> what the new names should be. nmbug =E2=86=92 notmuch-dtag (for distribu=\r
+ted\r
+> tag) and nmbug-status =E2=86=92 notmuch-report?\r
+>\r
+\r
+I'm not sure we need to deal with both tools in lockstep. It's not like\r
+there's an actual dependence of nmbug-status on nmbug.=20\r
+\r
+>> That would have to be somehow tied to installing the python\r
+>> bindings;\r
+>\r
+> On Gentoo, that happens via REQUIRED_USE [3,4]. An alternative for\r
+> packaging systems without USE-flag-style flexibility would be to spin\r
+> them off into a separate project that depends on Git and notmuch's\r
+> Python bindings.\r
+>\r
+\r
+Yes, these things are easy to solve in most packaging systems, but we\r
+want notmuch to be installable from source as well.=20\r