Re: [Jameson Graef Rollins] Bug#826280: notmuch: shortcut to list tags
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 5 Jun 2016 09:51:03 +0000 (12:51 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:58 +0000 (16:21 -0700)
49/3e81019179ac73673c4e3cd79cd6cc43dc529c [new file with mode: 0644]

diff --git a/49/3e81019179ac73673c4e3cd79cd6cc43dc529c b/49/3e81019179ac73673c4e3cd79cd6cc43dc529c
new file mode 100644 (file)
index 0000000..89a4249
--- /dev/null
@@ -0,0 +1,125 @@
+Return-Path: <tomi.ollila@iki.fi>\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 F29086DE01F7\r
+ for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 02:51:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.578\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.578 tagged_above=-999 required=5 tests=[AWL=-0.074,\r
+  SPF_NEUTRAL=0.652] 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 3mkASe2Va2NS for <notmuch@notmuchmail.org>;\r
+ Sun,  5 Jun 2016 02:51:24 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 33AC66DE01D0\r
+ for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 02:51:23 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 5395310019D;\r
+ Sun,  5 Jun 2016 12:51:04 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [Jameson Graef Rollins] Bug#826280: notmuch: shortcut to list\r
+ tags\r
+In-Reply-To: <87fustdsx9.fsf@zancas.localnet>\r
+References: <87fustdsx9.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.22+32~gd4854c5 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 05 Jun 2016 12:51:03 +0300\r
+Message-ID: <m2inxo7ym0.fsf@guru.guru-group.fi>\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: Sun, 05 Jun 2016 09:51:33 -0000\r
+\r
+On Sat, Jun 04 2016, David Bremner <david@tethera.net> wrote:\r
+\r
+> From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+> Subject: Bug#826280: notmuch: shortcut to list tags\r
+> To: Debian Bug Tracking System <submit@bugs.debian.org>\r
+> Date: Fri, 03 Jun 2016 13:51:37 -0700\r
+>\r
+> Package: notmuch\r
+> Version: 0.22-1\r
+> Severity: wishlist\r
+>\r
+> I occaissionally want to grep through all tags used in my store:\r
+>\r
+> notmuch search --output=tags '*' | grep ....\r
+>\r
+> It would be nice if there was a shortcut to output all tags to stdout:\r
+>\r
+> notmuch tag | grep ...\r
+>\r
+> Just utilizing the notmuch tag command when called with no arguments\r
+> would be the most intiuitive (just like git) and simplest.\r
+\r
+we have this command "notmuch search-tags"...\r
+\r
+$ notmuch search-tags\r
+Error: Unknown command 'search-tags' (see "notmuch help")\r
+zsh: exit 1     notmuch search-tags\r
+\r
+Oh no, this deprecated commands was removed w/o mentionig that in NEWS >;/\r
+\r
+Tomi\r
+\r
+\r
+>\r
+> Thanks.\r
+>\r
+> jamie.\r
+>\r
+> -- System Information:\r
+> Debian Release: stretch/sid\r
+>   APT prefers testing\r
+>   APT policy: (600, 'testing'), (200, 'unstable'), (101, 'experimental')\r
+> Architecture: amd64 (x86_64)\r
+> Foreign Architectures: i386\r
+>\r
+> Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores)\r
+> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)\r
+> Shell: /bin/sh linked to /bin/dash\r
+> Init: systemd (via /run/systemd/system)\r
+>\r
+> Versions of packages notmuch depends on:\r
+> ii  libc6           2.22-7\r
+> ii  libglib2.0-0    2.48.1-1\r
+> ii  libgmime-2.6-0  2.6.20-1+b1\r
+> ii  libnotmuch4     0.22-1\r
+> ii  libtalloc2      2.1.6-1\r
+> ii  zlib1g          1:1.2.8.dfsg-2+b1\r
+>\r
+> Versions of packages notmuch recommends:\r
+> ii  alot           0.3.6-1\r
+> ii  gnupg-agent    2.1.11-7\r
+> ii  gpgsm          2.1.11-7\r
+> ii  notmuch-emacs  0.22-1\r
+> ii  notmuch-mutt   0.22-1\r
+> ii  notmuch-vim    0.22-1\r
+>\r
+> notmuch suggests no packages.\r
+>\r
+> -- no debconf information\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> https://notmuchmail.org/mailman/listinfo/notmuch\r