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 22D7A431FBC for ; Tue, 14 Feb 2012 09:33:54 -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 o1Kr3ECEjpQi for ; Tue, 14 Feb 2012 09:33:53 -0800 (PST) Received: from dmz-mailsec-scanner-3.mit.edu (DMZ-MAILSEC-SCANNER-3.MIT.EDU [18.9.25.14]) by olra.theworths.org (Postfix) with ESMTP id A9160431FAF for ; Tue, 14 Feb 2012 09:33:53 -0800 (PST) X-AuditID: 1209190e-b7f7c6d0000008c3-4d-4f3a9b000b9c Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id 4B.1A.02243.00B9A3F4; Tue, 14 Feb 2012 12:33:52 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id q1EHXq6Q016635; Tue, 14 Feb 2012 12:33:52 -0500 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q1EHXopi016475 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 14 Feb 2012 12:33:51 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1RxMGE-00026v-35; Tue, 14 Feb 2012 12:33:50 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/8] Rewrite JSON show format Date: Tue, 14 Feb 2012 12:33:35 -0500 Message-Id: <1329240823-7856-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrDIsWRmVeSWpSXmKPExsUixCmqrMsw28rf4P80E4sje2axW1zd2s9u cf3mTGYHZo+ds+6yezxbdYvZo+nHYtYA5igum5TUnMyy1CJ9uwSujFvfWhkL1jBXPLvzk7mB 8TxTFyMnh4SAicSy3x9ZIGwxiQv31rN1MXJxCAnsY5Rob5rBDJIQEtjAKPFmQiVE4j6TxKWm T0wQznxGiWvH37KCVLEJaEhs27+cEcQWEZCW2Hl3NlicWcBI4uzup0ArODiEBXQlZncagJgs AqoSDycygZi8AvYS235C3aAgcW71OfYJjLwLGBlWMcqm5Fbp5iZm5hSnJusWJyfm5aUW6Rrr 5WaW6KWmlG5iBAeKJN8Oxq8HlQ4xCnAwKvHwGlhY+guxJpYVV+YeYpTkYFIS5RWeYeUvxJeU n1KZkVicEV9UmpNafIhRgoNZSYR303SgHG9KYmVValE+TEqag0VJnFdN652fkEB6Yklqdmpq QWoRTFaGg0NJgjdpFlCjYFFqempFWmZOCUKaiYMTZDgP0PBkkBre4oLE3OLMdIj8KUZFKXFe D5CEAEgiozQPrhcWya8YxYFeEeYNAqniASYBuO5XQIOZgAZvP20BMrgkESEl1cBY5+HOeGhR bnFeIFPhj/zJgTWS75nfrY+Yc9FSKVWkt3Cmy+p4DRWDywwc/inP+5W2y/8VPePUd49Bee5h Cb7berv4NJhdtpW92xl5vGu7+6/AJfeuNlWV2GT1SXxSFtzkyeJ6jG9ulH3bu0yxH3VP7219 03fBd9m8smB1szX/+x5oBT6MuaXEUpyRaKjFXFScCACiFbR7vwIAAA== 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 17:33:54 -0000 The saga continues. As 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. Don't be put off by the number of patches; most of them are straightforward. As an added bonus, I documented (!) the JSON format for both show and search. Thanks to Adam for the kick in the tail I needed to put the finishing touches on this series.