Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / a4 / 199c9276a85efc38ef4ea0995c9096caced887
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 A7ECB431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 09:47:06 -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 iu7x7wD16Jcp for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 09:47:06 -0800 (PST)\r
17 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
18         by olra.theworths.org (Postfix) with ESMTP id 129ED431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 09:47:06 -0800 (PST)\r
20 Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140])\r
21         by pd4mo1so-svcs.prod.shaw.ca with ESMTP; 19 Jan 2012 10:47:05 -0700\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=MPNiKFfsidoaPqBs0kThsodqbsbgvPHp5CGEg9DOvhI=\r
24         c=1 sm=1\r
25         a=IIKqjdYuIIQA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=3MbX1YWZ26JyjZCJVE4A:9 a=ZV2dKHMS7E_WZE_bSSYA:7 a=odvB31Xb1hMA:10\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd3ml1so-dmz.prod.shaw.ca with ESMTP; 19 Jan 2012 10:47:05 -0700\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id AF23E8004210; Thu, 19 Jan 2012 10:47:04 -0700 (MST)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH v3 0/5] Quoting HTML emails in reply\r
35 Date: Thu, 19 Jan 2012 10:46:52 -0700\r
36 Message-Id: <1326995217-27423-1-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 19 Jan 2012 17:47:06 -0000\r
51 \r
52 Hi everyone,\r
53 \r
54 Thanks to all who reviewed bits of my previous series [1]. This version\r
55 contains:\r
56 \r
57 * The latest version of the emacs patch [2], rebased against the current\r
58   master.\r
59 * An updated version of the patch to notmuch-reply.c to address Jani's\r
60   review comments from yesterday.\r
61 * The additional emacs patch I sent previously [3] to use the existing\r
62   message-citation-line-format customization variable, as suggested by\r
63   Gregor Zattler [4].\r
64 \r
65 I'd be happy to hear more reviews, and would especially like if someone\r
66 can test this out with a variety of emails. My mail is almost exclusively\r
67 HTML-only, with a bit of plaintext-only, so I've tested very little with\r
68 multipart messages.\r
69 \r
70 [1] id:"1326737603-21166-1-git-send-email-awg+notmuch@xvx.ca"\r
71 [2] id:"1326904354-22419-1-git-send-email-awg+notmuch@xvx.ca"\r
72 [3] id:"1326840818-6821-2-git-send-email-awg+notmuch@xvx.ca"\r
73 [4] id:"20120117071749.GB2110@shi.workgroup"\r
74 \r
75 Adam Wolfe Gordon (5):\r
76   test: Add broken test for the new JSON reply format.\r
77   reply: Add a JSON reply format.\r
78   man: Update notmuch-reply man page for JSON format.\r
79   emacs: Use the new JSON reply format.\r
80   emacs: Use message-citation-line-format in reply\r
81 \r
82  emacs/notmuch-lib.el     |    8 ++\r
83  emacs/notmuch-mua.el     |  108 +++++++++++++------\r
84  man/man1/notmuch-reply.1 |    5 +\r
85  notmuch-reply.c          |  271 +++++++++++++++++++++++++++++++++++++++-------\r
86  test/emacs               |    2 +-\r
87  test/multipart           |    7 ++\r
88  6 files changed, 328 insertions(+), 73 deletions(-)\r
89 \r
90 -- \r
91 1.7.5.4\r
92 \r