From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1AA04431E62 for ; Tue, 14 Feb 2012 21:45:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 qDjvstlX-FcI for ; Tue, 14 Feb 2012 21:45:23 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8293C431FBD for ; Tue, 14 Feb 2012 21:45:23 -0800 (PST) Received: by lahd3 with SMTP id d3so675816lah.26 for ; Tue, 14 Feb 2012 21:45:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.128.230 with SMTP id nr6mr14588263lab.27.1329284721957; Tue, 14 Feb 2012 21:45:21 -0800 (PST) Sender: awg@xvx.ca Received: by 10.112.90.20 with HTTP; Tue, 14 Feb 2012 21:45:21 -0800 (PST) X-Originating-IP: [96.52.216.56] In-Reply-To: <1329240823-7856-1-git-send-email-amdragon@mit.edu> References: <1329240823-7856-1-git-send-email-amdragon@mit.edu> Date: Tue, 14 Feb 2012 22:45:21 -0700 X-Google-Sender-Auth: eId8bThpkF21EdsmgS-kGmFBBUc Message-ID: Subject: Re: [PATCH 0/8] Rewrite JSON show format From: Adam Wolfe Gordon To: Austin Clements Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQklGzrnM/4EA34a/56asztuq8bpKB6Pa+g2M590bF4x1sU3Xee4Um/+haibquk3b5tmJEzI Cc: notmuch@notmuchmail.org 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, 15 Feb 2012 05:45:24 -0000 Hi Austin, On Tue, Feb 14, 2012 at 10:33, Austin Clements wrote: > The saga continues. =A0As for the text format, this first shifts lots of > code around without changing its semantics, then it dives in and > simplifies a lot of things. =A0Don't be put off by the number of > patches; most of them are straightforward. I haven't looked thoroughly style-wise, but otherwise everything LGTM. I really like the new formatters - their operation is much easier to follow than the old ones. > As an added bonus, I documented (!) the JSON format for both show and > search. Good idea. I'll add my JSON reply format to this once it seems final.