[PATCH 6/8] CLI: refactor dumping of tags.
[notmuch-archives.git] / 44 / 96a103bf3e94f385817a1cc96246f7a6cb4ced
1 Return-Path: <david@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 59F9E6DE1A01\r
6  for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 14:11:43 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.311\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id UDpb-fm4Rg9K for <notmuch@notmuchmail.org>;\r
16  Thu, 31 Dec 2015 14:11:41 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 72B466DE192C\r
19  for <notmuch@notmuchmail.org>; Thu, 31 Dec 2015 14:11:41 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aElRR-0004jx-20; Thu, 31 Dec 2015 17:11:29 -0500\r
23 Received: (nullmailer pid 4410 invoked by uid 1000);\r
24  Thu, 31 Dec 2015 22:11:34 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: "W. Trevor King" <wking@tremily.us>\r
27 Cc: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page\r
29 In-Reply-To: <20151231202815.GL3680@odin.tremily.us>\r
30 References: <cover.1451502495.git.wking@tremily.us>\r
31  <0a1bd306cb2e306ff49d72b6d2466c1d4a0ade2b.1451502495.git.wking@tremily.us>\r
32  <87ege26fi4.fsf@nikula.org> <87fuyi4iwm.fsf@zancas.localnet>\r
33  <20151231202815.GL3680@odin.tremily.us>\r
34 User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
35  (x86_64-pc-linux-gnu)\r
36 Date: Thu, 31 Dec 2015 18:11:34 -0400\r
37 Message-ID: <87d1tm46ax.fsf@zancas.localnet>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=utf-8\r
40 Content-Transfer-Encoding: quoted-printable\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 31 Dec 2015 22:11:43 -0000\r
54 \r
55 "W. Trevor King" <wking@tremily.us> writes:\r
56 \r
57 > On Thu, Dec 31, 2015 at 01:39:21PM -0400, David Bremner wrote:\r
58 >\r
59 >> For me it's a bit odd to have a man page for a tool we don't install\r
60 >> by default. Is it maybe time to "promote" nmbug-status to the\r
61 >> notmuch- namespace and install it by default?\r
62 >\r
63 > Sounds good to me.  And Gentoo has installed it (if you've set the\r
64 > =E2=80=98nmbug=E2=80=99 USE flag [1]) since 0.11.1-r1, 2012-02-21 [2].  I=\r
65 'm not sure\r
66 > what the new names should be.  nmbug =E2=86=92 notmuch-dtag (for distribu=\r
67 ted\r
68 > tag) and nmbug-status =E2=86=92 notmuch-report?\r
69 >\r
70 \r
71 I'm not sure we need to deal with both tools in lockstep. It's not like\r
72 there's an actual dependence of nmbug-status on nmbug.=20\r
73 \r
74 >> That would have to be somehow tied to installing the python\r
75 >> bindings;\r
76 >\r
77 > On Gentoo, that happens via REQUIRED_USE [3,4].  An alternative for\r
78 > packaging systems without USE-flag-style flexibility would be to spin\r
79 > them off into a separate project that depends on Git and notmuch's\r
80 > Python bindings.\r
81 >\r
82 \r
83 Yes, these things are easy to solve in most packaging systems, but we\r
84 want notmuch to be installable from source as well.=20\r