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 BA293431FC3 for ; Mon, 1 Mar 2010 06:58:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.583 X-Spam-Level: X-Spam-Status: No, score=-0.583 tagged_above=-999 required=5 tests=[AWL=-0.584, BAYES_50=0.001] 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 8NZ5QNlm5cie for ; Mon, 1 Mar 2010 06:58:43 -0800 (PST) Received: from homiemail-a25.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id 37655431FBD for ; Mon, 1 Mar 2010 06:58:43 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a25.g.dreamhost.com (Postfix) with ESMTPA id CF6AD67806B for ; Mon, 1 Mar 2010 06:58:33 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 01 Mar 2010 15:58:31 +0100 From: "Sebastian Spaeth" To: Notmuch development list In-Reply-To: <877hq3wu1c.fsf@yoom.home.cworth.org> Message-ID: <87r5o49kow.fsf@SSpaeth.de> References: <1262272660-16786-1-git-send-email-david@tethera.net> <877hq3wu1c.fsf@yoom.home.cworth.org> Date: Mon, 01 Mar 2010 15:58:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] [Sebastian Spaeth] Re: [PATCH] Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show. 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: Mon, 01 Mar 2010 14:58:43 -0000 On Tue, 23 Feb 2010 12:56:15 -0800, Carl Worth wrote: [JSON patch] > Anyway, very well done! I've applied this now with one change: I might be dumb. But does the json output really not provide the notmuch tags of a message as the text output does, and is that intentional? I was trying to make notmuchsync work with json, but tag syncing is hard without getting access to the notmuch tags. If that is an oversight, I will have a look at the tag output. Sebastian