Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / e9 / 5efa2e4cccef175a69e26658cd406ef8edfbc0
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 D5092431FAE\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Apr 2012 17:55:07 -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 su7qVB2N9tjg for <notmuch@notmuchmail.org>;\r
16         Sat, 21 Apr 2012 17:55:07 -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 A665D431FBC\r
19         for <notmuch@notmuchmail.org>; Sat, 21 Apr 2012 17:54:56 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd7ml1no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 21 Apr 2012 18:54:55 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=Ro8QOmc0aMDfanRtxUddlQ8SbE2D0zCZP8MBHZpYE5w=\r
25         c=1 sm=1\r
26         a=EznJ_TZJQAwA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=BVcTlmV9YsAr57iEpRMA:9 a=vi2qkWY2SVtTD3F7MFAA:7\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd7ml1no-dmz.prod.shaw.ca with ESMTP; 21 Apr 2012 18:54:55 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id CB2E28004200; Sat, 21 Apr 2012 18:54:54 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 0/2] Replying to HTML-only emails\r
36 Date: Sat, 21 Apr 2012 18:54:51 -0600\r
37 Message-Id: <1335056093-17621-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: Sun, 22 Apr 2012 00:55:08 -0000\r
52 \r
53 Hi all,\r
54 \r
55 My recent reply enhancements were originally intended to allow proper\r
56 quoting of HTML-only email in reply. While the final version was a big\r
57 improvement on reply in general, it didn't actually acheive this goal.\r
58 \r
59 So, this series finishes that work, using mm-display-part to render the\r
60 content of the original message correctly before inserting it into the reply\r
61 message. I've also added a test for this feature.\r
62 \r
63 I'm not 100% happy with how the code looks for this, but I couldn't figure\r
64 out a way to make it work without the kind of ugly narrow-to-region. If\r
65 anyone has suggestions here I'd like to hear them.\r
66 \r
67 Adam Wolfe Gordon (2):\r
68   test: Replying to an HTML-only message in emacs\r
69   emacs: Correctly quote non-text/plain parts in reply\r
70 \r
71  emacs/notmuch-mua.el |   20 +++++++++++++++-----\r
72  test/emacs           |   26 ++++++++++++++++++++++++++\r
73  2 files changed, 41 insertions(+), 5 deletions(-)\r
74 \r
75 -- \r
76 1.7.5.4\r
77 \r