From 7b2f1e53e164887f1b059adfe494664d892c8915 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 2 Jan 2016 08:17:20 +2000 Subject: [PATCH] Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page --- 18/bd644949640a7f07568014e444b3d3a7672c55 | 75 +++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 18/bd644949640a7f07568014e444b3d3a7672c55 diff --git a/18/bd644949640a7f07568014e444b3d3a7672c55 b/18/bd644949640a7f07568014e444b3d3a7672c55 new file mode 100644 index 000000000..1b3e38410 --- /dev/null +++ b/18/bd644949640a7f07568014e444b3d3a7672c55 @@ -0,0 +1,75 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id F329C6DE1AFC + for ; Fri, 1 Jan 2016 04:17:28 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.311 +X-Spam-Level: +X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240, + RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id qdltYlrtZ5hd for ; + Fri, 1 Jan 2016 04:17:27 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 160196DE1AE7 + for ; Fri, 1 Jan 2016 04:17:26 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aEydu-000663-RU; Fri, 01 Jan 2016 07:17:14 -0500 +Received: (nullmailer pid 11064 invoked by uid 1000); + Fri, 01 Jan 2016 12:17:20 -0000 +From: David Bremner +To: "W. Trevor King" +Cc: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page +In-Reply-To: <20151231222204.GM3680@odin.tremily.us> +References: + <0a1bd306cb2e306ff49d72b6d2466c1d4a0ade2b.1451502495.git.wking@tremily.us> + <87ege26fi4.fsf@nikula.org> <87fuyi4iwm.fsf@zancas.localnet> + <20151231202815.GL3680@odin.tremily.us> <87d1tm46ax.fsf@zancas.localnet> + <20151231222204.GM3680@odin.tremily.us> +User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 01 Jan 2016 08:17:20 -0400 +Message-ID: <877fjt4hpr.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 01 Jan 2016 12:17:29 -0000 + +"W. Trevor King" writes: + +> So separate --without-=E2=80=A6 configure flags for each script, which wi= +ll +> also control the associated man pages and handle runtime-dependency +> warnings/errors? + +Or just have e.g. the nmbug-status install depend on the hypothetical +--without-python flag.=20=20 + +> +> Looking over our current configure, I see we have a --without-ruby, +> but no --without-python. I may file a separate patch adding that, so +> folks with Python installed can still opt-out of notmuch's Python +> bindings. + +That seems sensible in any case. Although we'd have to double check that +the build itself doesn't depend on python. It might make sense to +distinguish between the python bindings (needed for nmbug-status) and +python itself, needed for the test-suite (at least) and nmbug. -- 2.26.2