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 0C031431FBC for ; Sun, 11 Mar 2012 21:09:47 -0700 (PDT) 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 imGKgZr++0aP for ; Sun, 11 Mar 2012 21:09:46 -0700 (PDT) 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 61BFD431FAF for ; Sun, 11 Mar 2012 21:09:46 -0700 (PDT) Received: by lahc1 with SMTP id c1so3510287lah.26 for ; Sun, 11 Mar 2012 21:09:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=0IdDaOCHhKjiqxo247cvndP2Q9f4RNai6bVhvRx45ZE=; b=LNkN8FT9pQrWzsw1c1E0y53j8F7AORTFwQord4s8TYbDf1Uz3FNLkye37UlGOUvu3N ImhLbpkbqMvIjaR6VpGLVUz1q5q5BErGSL4w842uwM7sws0AP/HR/dS1bF5tbepy3plm p8Nn9+DowohM1527HZ0ggNE6UrkVH2fOL8rEZq7dYDGOYHL6KI7TI2vqfNdW4ie/efhr QAEhlYh6W7W6tcd0iKuOEWaec7O/o3R4cST6RrgC51EikamCiuJWk+6i+c83TXcTldpR +Zj+fnxQEtJtRfleylj7qikR+v2Vo/nICNh7+1YyBvAExZjl5QIkkBHKMg8vl71re+5z 2tmQ== MIME-Version: 1.0 Received: by 10.152.113.136 with SMTP id iy8mr7893832lab.50.1331525384575; Sun, 11 Mar 2012 21:09:44 -0700 (PDT) Sender: awg@xvx.ca Received: by 10.112.109.234 with HTTP; Sun, 11 Mar 2012 21:09:44 -0700 (PDT) X-Originating-IP: [96.52.216.56] In-Reply-To: <20120312003613.GB2754@mit.edu> References: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca> <1329893199-21630-7-git-send-email-awg+notmuch@xvx.ca> <20120312003613.GB2754@mit.edu> Date: Sun, 11 Mar 2012 22:09:44 -0600 X-Google-Sender-Auth: zUUhtb_22OKQ89LuA4P57CYYPlY Message-ID: Subject: Re: [PATCH v6 06/10] schemata: Add documentation for JSON reply 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: ALoCoQlNFeVOKI+UVHSL9iQ6Ir9V1Ne+1WM4UYR6+NfFyLyRcU8Hypq/aQNxkcoNjB4ZHSc1m7Zo 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: Mon, 12 Mar 2012 04:09:47 -0000 On Sun, Mar 11, 2012 at 18:36, Austin Clements wrote: > Oops. =A0Looks like I left references to various old JSON functions in > the schemata file. =A0I'll submit a patch to fix those up, but you might > as well use the correct function names in the new documentation. Erk, I missed this review as I was making up the latest version of the series. I guess I'll have to send another, but I'll wait for reviews on the other patches first.