Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 6a / fa93f4ba6da9227f755a481e6f8e43a5754aa4
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 9638B431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:05:52 -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 nBPJZHHl-UxA for <notmuch@notmuchmail.org>;\r
16         Sun, 11 Mar 2012 21:05:51 -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 D0F90431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:05:51 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml2no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 11 Mar 2012 22:05:50 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=oQE6vNJ3d7oTBHj4PDKYH99BAdyPlqTp0xAtaaBYR4E=\r
25         c=1 sm=1 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=4h0-BSLhytRg3FTCH9AA:9\r
27         a=dNJP58d0TKJLc99GAuIA: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 pd6ml2no-dmz.prod.shaw.ca with ESMTP; 11 Mar 2012 22:05:50 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id E84608004958; Sun, 11 Mar 2012 22:05:49 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v7 00/10] Reply enhancements\r
36 Date: Sun, 11 Mar 2012 22:05:32 -0600\r
37 Message-Id: <1331525142-30539-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: Mon, 12 Mar 2012 04:05:52 -0000\r
52 \r
53 Hi everyone,\r
54 \r
55 This is a new version of my reply series [1] that addresses Jani's and\r
56 Austin's reviews and fixes a couple of bugs I found in using the patches.\r
57 \r
58 Summary of the changes:\r
59 \r
60 * The patch that disallows replying to multiple messages with the default\r
61   format has been dropped, as Jani and Austin agreed that there's no\r
62   reason this should be changed now. The JSON format sill only allows\r
63   replying to a single message.\r
64 \r
65 * The emacs reply code now shares code to get message content with show.\r
66   This should mean better handling of character sets and other things.\r
67 \r
68 * I noticed that reply supports a --decrypt option, and the emacs interface\r
69   actually does use it. I've documented the option in the reply man page.\r
70   If someone can test that replying to encrypted messages actually works in\r
71   emacs, that would be great - I have no way to test this.\r
72 \r
73 [1] id:"1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca"\r
74 \r
75 Adam Wolfe Gordon (10):\r
76   test: Add broken test for the new JSON reply format.\r
77   reply: Factor out reply creation\r
78   TODO: Add replying to multiple messages\r
79   reply: Add a JSON reply format.\r
80   schemata: Add documentation for JSON reply format.\r
81   man: Update notmuch-reply man page for JSON format.\r
82   man: Add --decrypt to reply flags\r
83   emacs: Factor out useful functions into notmuch-lib\r
84   test: Add broken tests for new emacs reply functionality\r
85   emacs: Use the new JSON reply format and message-cite-original\r
86 \r
87  devel/TODO               |    8 +\r
88  devel/schemata           |   27 +-\r
89  emacs/notmuch-lib.el     |   44 ++\r
90  emacs/notmuch-mua.el     |  136 ++++--\r
91  emacs/notmuch-show.el    |   24 +-\r
92  man/man1/notmuch-reply.1 |   18 +-\r
93  notmuch-client.h         |   14 +-\r
94  notmuch-reply.c          |  153 ++++--\r
95  notmuch-show.c           |   29 +-\r
96  test/emacs               |  101 ++++-\r
97  test/multipart           |   52 ++\r
98  test/test-lib            | 1242 ++++++++++++++++++++++++++++++++++++++++++++++\r
99  12 files changed, 1726 insertions(+), 122 deletions(-)\r
100  create mode 100755 test/test-lib\r
101 \r
102 -- \r
103 1.7.5.4\r
104 \r