[PATCH v2 0/2] Replying to HTML-only emails, v2
[notmuch-archives.git] / 4d / a6e16870b6aa6954a6a5084dfab7f8d836a785
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 00FCD431FC4\r
6         for <notmuch@notmuchmail.org>; Sat,  5 May 2012 12:24:37 -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 GyHJvc5pp0LZ for <notmuch@notmuchmail.org>;\r
16         Sat,  5 May 2012 12:24:36 -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 5D65E431FAE\r
19         for <notmuch@notmuchmail.org>; Sat,  5 May 2012 12:24:36 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml3no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 05 May 2012 13:24:34 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=gFGh1ScE7ROJHT2jhivHYaSHya8441O0LZB7wkhlVyo=\r
25         c=1 sm=1\r
26         a=8M8BVP_-yFYA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=04XMw8DApsmt5P3agLUA:9 a=odvB31Xb1hMA:10\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd6ml3no-dmz.prod.shaw.ca with ESMTP; 05 May 2012 13:24:34 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id EC1C68004203; Sat,  5 May 2012 13:24:33 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v2 0/2] Replying to HTML-only emails, v2\r
36 Date: Sat,  5 May 2012 13:24:27 -0600\r
37 Message-Id: <1336245869-32699-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: Sat, 05 May 2012 19:24:37 -0000\r
52 \r
53 Hi everyone,\r
54 \r
55 Here is a new version of my HTML reply series [1], addressing Autin's review\r
56 comments. The reply code now shares more with the similar notmuch-show code,\r
57 which is a good thing.\r
58 \r
59 Reviews welcome, but I'm hoping this can be in 0.13.\r
60 \r
61 -- Adam\r
62 \r
63 [1] id:"1335056093-17621-1-git-send-email-awg+notmuch@xvx.ca"\r
64 \r
65 Adam Wolfe Gordon (2):\r
66   test: Replying to an HTML-only message in emacs\r
67   emacs: Correctly quote non-text/plain parts in reply\r
68 \r
69  emacs/notmuch-lib.el  |   19 +++++++++++++++++++\r
70  emacs/notmuch-mua.el  |   13 ++++++++-----\r
71  emacs/notmuch-show.el |   19 +------------------\r
72  test/emacs            |   26 ++++++++++++++++++++++++++\r
73  4 files changed, 54 insertions(+), 23 deletions(-)\r
74 \r
75 -- \r
76 1.7.5.4\r
77 \r