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 D80A0431FCF for ; Tue, 14 Feb 2012 06:49:21 -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 FOjcKtSRP1-c for ; Tue, 14 Feb 2012 06:49:21 -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 0E325431FBC for ; Tue, 14 Feb 2012 06:49:20 -0800 (PST) Received: by lahd3 with SMTP id d3so25807lah.26 for ; Tue, 14 Feb 2012 06:49:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.48.130 with SMTP id l2mr7213768lbn.41.1329230958131; Tue, 14 Feb 2012 06:49:18 -0800 (PST) Sender: awg@xvx.ca Received: by 10.112.90.20 with HTTP; Tue, 14 Feb 2012 06:49:18 -0800 (PST) X-Originating-IP: [96.52.216.56] In-Reply-To: <1327560926-22401-1-git-send-email-amdragon@mit.edu> References: <1327560926-22401-1-git-send-email-amdragon@mit.edu> Date: Tue, 14 Feb 2012 07:49:18 -0700 X-Google-Sender-Auth: au3Wz1APhS8bDVoHM2wL1cVwq28 Message-ID: Subject: Re: [PATCH 0/2] Rewrite text 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: ALoCoQlx9+H7Sq1hy7Y0se+pS5mHgDY1MB7C5jvQqv1R0GSTPwLwr0PtNyMsx00klZEPOhVURT7R Cc: tomi.ollila@iki.fi, 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: Tue, 14 Feb 2012 14:49:22 -0000 Hi Austin, On Wed, Jan 25, 2012 at 23:55, Austin Clements wrote: > And now the real fun begins. =A0This series translates the text > formatter into the new format style in two steps: the first patch is a > big diff but just shuffles code and the second actually takes > advantage of the new structure. Thanks for this work. I'm now rewriting the JSON format to use the new structure, which will help simplify my reply patches.