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 BE7F6431FB6 for ; Wed, 7 Nov 2012 07:40:34 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 TV2J8F4sBGti for ; Wed, 7 Nov 2012 07:40:34 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 052C5431FAE for ; Wed, 7 Nov 2012 07:40:34 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 77405100094; Wed, 7 Nov 2012 17:40:34 +0200 (EET) From: Tomi Ollila To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 0/3] Sync devel/schemata with code In-Reply-To: <1352302022-21486-1-git-send-email-amdragon@mit.edu> References: <1352302022-21486-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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, 07 Nov 2012 15:40:34 -0000 On Wed, Nov 07 2012, Austin Clements wrote: > There were some recent changes to the JSON format without accompanying > schema documentation changes [1, 2]. Though, curiously, [1] was > documented in the schema long before it was implemented owing to a > historical twist (we *used* to have Bcc in the JSON output and then it > got lost [my fault, most likely]). Patches 2 and 3 try to increase > the visibility of the documentation; I'm open to better ways to do > this. Fine by me. +1 Tomi