Re: [PATCH] lib: reword comment about XFOLDER: prefix
[notmuch-archives.git] / 6d / 04667383a4b5b88ad82abc46f4f9fb32fcfe3b
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 259BD431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Mar 2012 09:33:00 -0700 (PDT)\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 3H5eU6GaNN2S for <notmuch@notmuchmail.org>;\r
16         Sun, 18 Mar 2012 09:32:58 -0700 (PDT)\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 E81B4431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 18 Mar 2012 09:32:57 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd5ml1no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 18 Mar 2012 10:32:56 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=bD0CuDYpMgGTku+nVSbZuKP/9fNjspX1F8zuwcoBWhM=\r
25         c=1 sm=1\r
26         a=yyP66O-MI2oA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=uIk3XbFxH0dTxKvYa_wA:9 a=JqHuMyrNAIQjGS2rtQYA: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 pd5ml1no-dmz.prod.shaw.ca with ESMTP; 18 Mar 2012 10:32:55 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id 3E0328004204; Sun, 18 Mar 2012 10:32:55 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org,\r
35         david@tethera.net\r
36 Subject: [PATCH v8 00/11] Reply enhancements (rebased)\r
37 Date: Sun, 18 Mar 2012 10:32:32 -0600\r
38 Message-Id: <1332088363-22476-1-git-send-email-awg+notmuch@xvx.ca>\r
39 X-Mailer: git-send-email 1.7.5.4\r
40 In-Reply-To: <87fwd6kqtv.fsf@zancas.localnet>\r
41 References: <87fwd6kqtv.fsf@zancas.localnet>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 18 Mar 2012 16:33:00 -0000\r
55 \r
56 Hi everyone,\r
57 \r
58 This is a resend of [1], rebased onto the current master. I've also moved the\r
59 NEWS items into the new 0.13 section, as David requested.\r
60 \r
61 [1] id:"1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca"\r
62 \r
63 Adam Wolfe Gordon (11):\r
64   test: Add broken test for the new JSON reply format.\r
65   reply: Factor out reply creation\r
66   TODO: Add replying to multiple messages\r
67   reply: Add a JSON reply format.\r
68   schemata: Add documentation for JSON reply format.\r
69   man: Update notmuch-reply man page for JSON format.\r
70   man: Add --decrypt to reply flags\r
71   emacs: Factor out useful functions into notmuch-lib\r
72   test: Add broken tests for new emacs reply functionality\r
73   emacs: Use the new JSON reply format and message-cite-original\r
74   NEWS: news for reply enhancements\r
75 \r
76  NEWS                     |   33 ++++++++++\r
77  devel/TODO               |    8 +++\r
78  devel/schemata           |   27 ++++++++-\r
79  emacs/notmuch-lib.el     |   63 +++++++++++++++++++\r
80  emacs/notmuch-mua.el     |  124 +++++++++++++++++++++++++------------\r
81  emacs/notmuch-show.el    |   55 +++--------------\r
82  man/man1/notmuch-reply.1 |   20 ++++++-\r
83  notmuch-client.h         |   12 +++-\r
84  notmuch-reply.c          |  153 +++++++++++++++++++++++++++++++++-------------\r
85  notmuch-show.c           |   29 ++++++---\r
86  test/emacs               |  101 ++++++++++++++++++++++++++++++-\r
87  test/multipart           |   52 ++++++++++++++++\r
88  12 files changed, 530 insertions(+), 147 deletions(-)\r
89 \r
90 -- \r
91 1.7.5.4\r
92 \r