From d7ab7c08792650bb55b10a491b24b1b69cbfe489 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 5 Jun 2016 14:52:04 +2100 Subject: [PATCH] Re: [Jameson Graef Rollins] Bug#826280: notmuch: shortcut to list tags --- 21/8031136aa21bf5bc0328a8fc221079eb5c4dd4 | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 21/8031136aa21bf5bc0328a8fc221079eb5c4dd4 diff --git a/21/8031136aa21bf5bc0328a8fc221079eb5c4dd4 b/21/8031136aa21bf5bc0328a8fc221079eb5c4dd4 new file mode 100644 index 000000000..400304691 --- /dev/null +++ b/21/8031136aa21bf5bc0328a8fc221079eb5c4dd4 @@ -0,0 +1,68 @@ +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 0FE276DE0217 + for ; Sat, 4 Jun 2016 10:52:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.012 +X-Spam-Level: +X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 + tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 EA40krwJ6oIh for ; + Sat, 4 Jun 2016 10:52:11 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 498056DE01D0 + for ; Sat, 4 Jun 2016 10:52:10 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1b9Fjm-0000cd-Pp; Sat, 04 Jun 2016 13:51:54 -0400 +Received: (nullmailer pid 1014 invoked by uid 1000); + Sat, 04 Jun 2016 17:52:04 -0000 +From: David Bremner +To: Davide Mancusi +Cc: notmuch@notmuchmail.org +Subject: Re: [Jameson Graef Rollins] Bug#826280: notmuch: shortcut to list + tags +In-Reply-To: + +References: <87fustdsx9.fsf@zancas.localnet> <87d1nxdsj3.fsf@zancas.localnet> + +User-Agent: Notmuch/0.22+28~gb9bf3f4 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sat, 04 Jun 2016 14:52:04 -0300 +Message-ID: <878tyketa3.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sat, 04 Jun 2016 17:52:20 -0000 + +Davide Mancusi writes: + +> 2016-06-04 14:53 GMT+02:00 David Bremner : +>> I haven't looked at how much work this would be (the notmuch-tag command +>> line parsing is slightly more complicated than some of the other +>> commands) +> +> How about a `-l' switch for notmuch tag (in a way similar to what `git +> tag -l' does)? + +Currently there are no short options for notmuch commands. A simple +matter of programming, like so much else. + +d -- 2.26.2