unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Replying to HTML-only emails
@ 2012-04-22  0:54 Adam Wolfe Gordon
  2012-04-22  0:54 ` [PATCH 1/2] test: Replying to an HTML-only message in emacs Adam Wolfe Gordon
  2012-04-22  0:54 ` [PATCH 2/2] emacs: Correctly quote non-text/plain parts in reply Adam Wolfe Gordon
  0 siblings, 2 replies; 8+ messages in thread
From: Adam Wolfe Gordon @ 2012-04-22  0:54 UTC (permalink / raw)
  To: notmuch

Hi all,

My recent reply enhancements were originally intended to allow proper
quoting of HTML-only email in reply. While the final version was a big
improvement on reply in general, it didn't actually acheive this goal.

So, this series finishes that work, using mm-display-part to render the
content of the original message correctly before inserting it into the reply
message. I've also added a test for this feature.

I'm not 100% happy with how the code looks for this, but I couldn't figure
out a way to make it work without the kind of ugly narrow-to-region. If
anyone has suggestions here I'd like to hear them.

Adam Wolfe Gordon (2):
  test: Replying to an HTML-only message in emacs
  emacs: Correctly quote non-text/plain parts in reply

 emacs/notmuch-mua.el |   20 +++++++++++++++-----
 test/emacs           |   26 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 5 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-05 19:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22  0:54 [PATCH 0/2] Replying to HTML-only emails Adam Wolfe Gordon
2012-04-22  0:54 ` [PATCH 1/2] test: Replying to an HTML-only message in emacs Adam Wolfe Gordon
2012-05-04 18:47   ` Austin Clements
2012-05-05 18:55     ` Adam Wolfe Gordon
2012-04-22  0:54 ` [PATCH 2/2] emacs: Correctly quote non-text/plain parts in reply Adam Wolfe Gordon
2012-04-22  8:10   ` Mark Walters
2012-05-04 19:05   ` Austin Clements
2012-05-05 19:17     ` Adam Wolfe Gordon

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).