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 159334916AE for ; Wed, 10 Mar 2010 01:42:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[AWL=-0.614, BAYES_40=-0.185] autolearn=ham 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 6wvXZq3Suwem for ; Wed, 10 Mar 2010 01:42:12 -0800 (PST) Received: from homiemail-a11.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by olra.theworths.org (Postfix) with ESMTP id E97D74916A8 for ; Wed, 10 Mar 2010 01:42:11 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id 408A2194074 for ; Wed, 10 Mar 2010 01:41:53 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Wed, 10 Mar 2010 10:41:50 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <1267527153-8364-2-git-send-email-Sebastian@SSpaeth.de> References: <87k4twc5dh.fsf@servo.finestructure.net> <1267527153-8364-1-git-send-email-Sebastian@SSpaeth.de> <1267527153-8364-2-git-send-email-Sebastian@SSpaeth.de> Date: Wed, 10 Mar 2010 10:41:50 +0100 Message-ID: <87vdd4zf6p.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH 2/2] notmuch-show: add tags to json output 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: Wed, 10 Mar 2010 09:42:13 -0000 On Tue, 2 Mar 2010 11:52:33 +0100, Sebastian Spaeth wrote: I just updated this patch to reflect the new notmuch_tags_valid/notmuch_tags_to_next(?) syntax. It is commit e7cfd46505e8b1c4124a8fa88ea0fbee286d9360 on git://github.com/spaetz/notmuch-all-feature.git (http://github.com/spaetz/notmuch-all-feature/commit/e7cfd46505e8b1c4124a8fa88ea0fbee286d9360) Sebastian