Re: Flat search and threaded views
[notmuch-archives.git] / c3 / 1b2ce17fc2a3d01ea7ead12e9217b58425e03d
1 Return-Path: <awg@xvx.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1AA04431E62\r
6         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 21:45:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id qDjvstlX-FcI for <notmuch@notmuchmail.org>;\r
16         Tue, 14 Feb 2012 21:45:23 -0800 (PST)\r
17 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
18         [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8293C431FBD\r
21         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 21:45:23 -0800 (PST)\r
22 Received: by lahd3 with SMTP id d3so675816lah.26\r
23         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 21:45:22 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.152.128.230 with SMTP id nr6mr14588263lab.27.1329284721957;\r
26         Tue, 14 Feb 2012 21:45:21 -0800 (PST)\r
27 Sender: awg@xvx.ca\r
28 Received: by 10.112.90.20 with HTTP; Tue, 14 Feb 2012 21:45:21 -0800 (PST)\r
29 X-Originating-IP: [96.52.216.56]\r
30 In-Reply-To: <1329240823-7856-1-git-send-email-amdragon@mit.edu>\r
31 References: <1329240823-7856-1-git-send-email-amdragon@mit.edu>\r
32 Date: Tue, 14 Feb 2012 22:45:21 -0700\r
33 X-Google-Sender-Auth: eId8bThpkF21EdsmgS-kGmFBBUc\r
34 Message-ID:\r
35  <CAMoJFUtYhijpP-DqD0X-kZdAsE4UcKzAnHrza3Bgp2Qvn7kqpQ@mail.gmail.com>\r
36 Subject: Re: [PATCH 0/8] Rewrite JSON show format\r
37 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
38 To: Austin Clements <amdragon@mit.edu>\r
39 Content-Type: text/plain; charset=ISO-8859-1\r
40 Content-Transfer-Encoding: quoted-printable\r
41 X-Gm-Message-State:\r
42  ALoCoQklGzrnM/4EA34a/56asztuq8bpKB6Pa+g2M590bF4x1sU3Xee4Um/+haibquk3b5tmJEzI\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 15 Feb 2012 05:45:24 -0000\r
57 \r
58 Hi Austin,\r
59 \r
60 On Tue, Feb 14, 2012 at 10:33, Austin Clements <amdragon@mit.edu> wrote:\r
61 > The saga continues. =A0As for the text format, this first shifts lots of\r
62 > code around without changing its semantics, then it dives in and\r
63 > simplifies a lot of things. =A0Don't be put off by the number of\r
64 > patches; most of them are straightforward.\r
65 \r
66 I haven't looked thoroughly style-wise, but otherwise everything LGTM.\r
67 I really like the new formatters - their operation is much easier to\r
68 follow than the old ones.\r
69 \r
70 > As an added bonus, I documented (!) the JSON format for both show and\r
71 > search.\r
72 \r
73 Good idea. I'll add my JSON reply format to this once it seems final.\r