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 3B0F3476B95 for ; Mon, 8 Mar 2010 06:39:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.065 X-Spam-Level: X-Spam-Status: No, score=-1.065 tagged_above=-999 required=5 tests=[AWL=-0.325, BAYES_20=-0.74] 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 9YFcc-trHqx4 for ; Mon, 8 Mar 2010 06:39:01 -0800 (PST) Received: from homiemail-a11.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 814E3476B8B for ; Mon, 8 Mar 2010 06:39:01 -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 52A58194074; Mon, 8 Mar 2010 06:38:44 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 08 Mar 2010 15:38:42 +0100 From: "Sebastian Spaeth" To: Jameson Rollins , Fernando Herrera , notmuch@notmuchmail.org In-Reply-To: <87y6i3q7gn.fsf@servo.finestructure.net> References: <121988a31003080508w313aee57g8d1b3dd048bbe375@mail.gmail.com> <87y6i3q7gn.fsf@servo.finestructure.net> Date: Mon, 08 Mar 2010 15:38:41 +0100 Message-ID: <876356zxn2.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH]: 0001-Include-tags-in-notmuch-show-format-json.patch 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, 08 Mar 2010 14:39:02 -0000 On 2010-03-08, Sebastian Spaeth wrote: > On Mon, 8 Mar 2010 14:08:54 +0100, Fernando Herrera wrote: > > The attached patch includes tags as headers in the "notmuch show > > --format=json ..." output. The text output already shows tags in the > > one-line header, and I needed them to show specific tags for each > > message in the thread view of the webmail (if not included in the show > > output, I would need to do a web request per message to know its > > tags). > > Hi, Fernando. I think a patch to fix this issue has already been > submitted to the list: > > http://patchwork.notmuchmail.org/patch/406/ Hehe, and now the notmuch way to refer to the patch in mail id: 1267527153-8364-2-git-send-email-Sebastian@SSpaeth.de :-). Fernando's and my patch look remarkably similar (great minds think alike). And it would be nice to integrate either patch quickly, as this blocks my work on a notmuch web frontend. (well, it works with my local, patched notmuch but not with everyone's elses notmuch). spaetz