[PATCH v2 05/14] cli/reply: reorganize create_reply_message()
[notmuch-archives.git] / a1 / aa8f1701fc2a374f6b5a40c8cdeea7965b71fc
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 D80A0431FCF\r
6         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 06:49:21 -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 FOjcKtSRP1-c for <notmuch@notmuchmail.org>;\r
16         Tue, 14 Feb 2012 06:49:21 -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 0E325431FBC\r
21         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 06:49:20 -0800 (PST)\r
22 Received: by lahd3 with SMTP id d3so25807lah.26\r
23         for <notmuch@notmuchmail.org>; Tue, 14 Feb 2012 06:49:18 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.112.48.130 with SMTP id l2mr7213768lbn.41.1329230958131; Tue,\r
26         14 Feb 2012 06:49:18 -0800 (PST)\r
27 Sender: awg@xvx.ca\r
28 Received: by 10.112.90.20 with HTTP; Tue, 14 Feb 2012 06:49:18 -0800 (PST)\r
29 X-Originating-IP: [96.52.216.56]\r
30 In-Reply-To: <1327560926-22401-1-git-send-email-amdragon@mit.edu>\r
31 References: <1327560926-22401-1-git-send-email-amdragon@mit.edu>\r
32 Date: Tue, 14 Feb 2012 07:49:18 -0700\r
33 X-Google-Sender-Auth: au3Wz1APhS8bDVoHM2wL1cVwq28\r
34 Message-ID:\r
35  <CAMoJFUu=WJyPVugL8=JetOWHAtBf8z-80DApeq_ShHAgNtB9HA@mail.gmail.com>\r
36 Subject: Re: [PATCH 0/2] Rewrite text 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  ALoCoQlx9+H7Sq1hy7Y0se+pS5mHgDY1MB7C5jvQqv1R0GSTPwLwr0PtNyMsx00klZEPOhVURT7R\r
43 Cc: tomi.ollila@iki.fi, 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: Tue, 14 Feb 2012 14:49:22 -0000\r
57 \r
58 Hi Austin,\r
59 \r
60 On Wed, Jan 25, 2012 at 23:55, Austin Clements <amdragon@mit.edu> wrote:\r
61 > And now the real fun begins. =A0This series translates the text\r
62 > formatter into the new format style in two steps: the first patch is a\r
63 > big diff but just shuffles code and the second actually takes\r
64 > advantage of the new structure.\r
65 \r
66 Thanks for this work. I'm now rewriting the JSON format to use the new\r
67 structure, which will help simplify my reply patches.\r