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 52193431FBC for ; Thu, 15 Nov 2012 01:54:51 -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 yQjuQV54ohWR for ; Thu, 15 Nov 2012 01:54:50 -0800 (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 B65C5431FAF for ; Thu, 15 Nov 2012 01:54:50 -0800 (PST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.visotech.at (Postfix) with SMTP id 28FDC130027 for ; Thu, 15 Nov 2012 10:54:49 +0100 (CET) Received: from wir.visotech.at (unknown [192.168.10.43]) by mail.visotech.at (Postfix) with ESMTP id D1DFA130025; Thu, 15 Nov 2012 10:54:48 +0100 (CET) Received: by wir.visotech.at (Postfix, from userid 1000) id B43932196B0; Thu, 15 Nov 2012 10:54:48 +0100 (CET) Date: Thu, 15 Nov 2012 10:54:48 +0100 From: Christoph Rissner To: Mark Walters Subject: Re: notmuch show Message-ID: <20121115095448.GA5141@wir.visotech.at> References: <50A4A974.5060203@visotech.at> <87haor5j84.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87haor5j84.fsf@qmul.ac.uk> User-Agent: Mutt/1.5.21 (2011-07-01) Cc: notmuch mailing list 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:54:51 -0000 Hi, On Thu, Nov 15, 2012 at 09:05:47AM +0000, Mark Walters wrote: > > I think > > notmuch search --output=tags '*' > > is what you want > Thanks! > On Thu, 15 Nov 2012, Christoph Rissner wrote: > > 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 > > > > _______________________________________________ > > notmuch mailing list > > notmuch@notmuchmail.org > > http://notmuchmail.org/mailman/listinfo/notmuch >