[PATCH v6 00/10] Reply improvements
[notmuch-archives.git] / d6 / 0919f105df5980fbf69b42ffb114d257cb6e9f
1 Return-Path: <awg@lagos.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 07D30431FC0\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:51 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 Zd-CZp6Km+JL for <notmuch@notmuchmail.org>;\r
16         Tue, 21 Feb 2012 22:46:50 -0800 (PST)\r
17 Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
18         by olra.theworths.org (Postfix) with ESMTP id D813F431FCF\r
19         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:46 -0800 (PST)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd5ml3no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=TH029eDfZHqIRue7hhxWRjZ7JL4S9vo/jJY5vkv2d5E=\r
25         c=1 sm=1 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=PskpEHOysnx7lAWaVvAA:9\r
27         a=6KwGOC7SS7YnxZViWkwA:7 a=odvB31Xb1hMA:10\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd5ml3no-dmz.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id 5DF5F8004C42; Tue, 21 Feb 2012 23:46:44 -0700 (MST)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v6 00/10] Reply improvements\r
36 Date: Tue, 21 Feb 2012 23:46:29 -0700\r
37 Message-Id: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 22 Feb 2012 06:46:51 -0000\r
52 \r
53 Hi all,\r
54 \r
55 This is an updated version of my previous series [1], primarily addressing\r
56 the concerns from Austin's review. The big changes are:\r
57 \r
58 * Documentation: add a TODO regarding reply to multiple messages and the\r
59   JSON reply format to schemata.\r
60 \r
61 * Emacs: using plists instead of alists in JSON parsing, and the resulting\r
62   adjustments to the code that consumes the parsed data.\r
63 \r
64 * Emacs: slightly nicer handling of multipart/alternative parts. In\r
65   particular, quote only the last part of desirable type instead of all the\r
66   parts of desirable type.\r
67 \r
68 * Split up the reply patch to make things a bit more clear.\r
69 \r
70 I noticed that the factoring out reply creation patch has been promoted to\r
71 "maybe ready" in nmbug. I think this version is unchanged, but since the\r
72 old one hasn't been pushed this one can probably replace it there.\r
73 \r
74 [1] id:"1329361957-28493-1-git-send-email-awg+notmuch@xvx.ca"\r
75 \r
76 Adam Wolfe Gordon (10):\r
77   test: Add broken test for the new JSON reply format.\r
78   reply: Factor out reply creation\r
79   reply: Require that only one message is returned\r
80   TODO: Add replying to multiple messages\r
81   reply: Add a JSON reply format.\r
82   schemata: Add documentation for JSON reply format.\r
83   man: Update notmuch-reply man page for JSON format.\r
84   emacs: Factor out useful functions into notmuch-lib\r
85   test: Add broken tests for new emacs reply functionality\r
86   emacs: Use the new JSON reply format and message-cite-original\r
87 \r
88  devel/TODO               |    5 ++\r
89  devel/schemata           |   27 +++++++-\r
90  emacs/notmuch-lib.el     |   44 ++++++++++++\r
91  emacs/notmuch-mua.el     |  132 +++++++++++++++++++++++++-----------\r
92  emacs/notmuch-show.el    |   24 +------\r
93  man/man1/notmuch-reply.1 |    5 ++\r
94  notmuch-client.h         |   10 ++-\r
95  notmuch-reply.c          |  166 ++++++++++++++++++++++++++++++++--------------\r
96  notmuch-show.c           |   30 ++++++--\r
97  test/emacs               |  101 +++++++++++++++++++++++++++-\r
98  test/multipart           |   51 ++++++++++++++\r
99  11 files changed, 468 insertions(+), 127 deletions(-)\r
100 \r
101 -- \r
102 1.7.5.4\r
103 \r