notmuch show <all tags>
authorChristoph Rissner <cri@visotech.at>
Thu, 15 Nov 2012 08:36:04 +0000 (09:36 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:34 +0000 (09:50 -0800)
1a/f0a51a6218eb0ad0c5c1fe417e48d54b67bd9b [new file with mode: 0644]

diff --git a/1a/f0a51a6218eb0ad0c5c1fe417e48d54b67bd9b b/1a/f0a51a6218eb0ad0c5c1fe417e48d54b67bd9b
new file mode 100644 (file)
index 0000000..2394456
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <cri@visotech.at>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 218FF431FBC\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 01:02:04 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id jD45ZCp1u-7L for <notmuch@notmuchmail.org>;\r
+       Thu, 15 Nov 2012 01:01:59 -0800 (PST)\r
+X-Greylist: delayed 1552 seconds by postgrey-1.32 at olra;\r
+       Thu, 15 Nov 2012 01:01:59 PST\r
+Received: from mail.visotech.at (mail.visotech.at [86.59.115.34])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 45C6E431FAF\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 01:01:59 -0800 (PST)\r
+Received: from localhost (localhost.localdomain [127.0.0.1])\r
+       by mail.visotech.at (Postfix) with SMTP id 1B331130026\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 09:36:05 +0100 (CET)\r
+Received: from [192.168.10.43] (unknown [192.168.10.43])\r
+       by mail.visotech.at (Postfix) with ESMTP id E95C2130025\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 09:36:04 +0100 (CET)\r
+Message-ID: <50A4A974.5060203@visotech.at>\r
+Date: Thu, 15 Nov 2012 09:36:04 +0100\r
+From: Christoph Rissner <cri@visotech.at>\r
+User-Agent: Mozilla/5.0 (X11; Linux x86_64;\r
+       rv:16.0) Gecko/20121029 Thunderbird/16.0.2\r
+MIME-Version: 1.0\r
+To: notmuch mailing list <notmuch@notmuchmail.org>\r
+Subject: notmuch show <all tags>\r
+X-Enigmail-Version: 1.4.6\r
+Content-Type: text/plain; charset=ISO-8859-1\r
+Content-Transfer-Encoding: 7bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 15 Nov 2012 09:02:04 -0000\r
+\r
+Hi,\r
+\r
+it's probably a stupid question, but is it possibly to query all\r
+available tags from the command line? Something like "notmuch show --tags"?\r
+\r
+I know there is notmuch_database_get_all_tags(), emacs shows a list of\r
+tags, in python it's just\r
+"list(notmuch.database.Database().get_all_tags())", but how do I do that\r
+using notmuch itself?\r
+\r
+BTW: I'm currently using notmuch from rev 84a0c52.\r
+\r
+Thanks,\r
+Christoph\r
+\r