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