]> git.notmuchmail.org Git - notmuch/commit
emacs: Correctly quote non-text/plain parts in reply
authorAdam Wolfe Gordon <awg+notmuch@xvx.ca>
Sat, 5 May 2012 19:30:37 +0000 (13:30 -0600)
committerDavid Bremner <bremner@debian.org>
Sun, 6 May 2012 11:48:11 +0000 (08:48 -0300)
commitf6c170fabca8f39e74705e3813504137811bf162
tree9f3d4875f44a5c2732ab7e47512799cf92473f2a
parent7fb8ab9f0b470dc236c92686ed33f8e0fa1d5727
emacs: Correctly quote non-text/plain parts in reply

Quote non-text parts nicely by displaying them with mm-display-part
before calling message-cite-original to quote them. HTML-only emails
can now be quoted correctly. We re-use some code from notmuch-show
(notmuch-show-mm-display-part-inline), which has been moved to
notmuch-lib.el.

Mark the test for this feature as not broken.
emacs/notmuch-lib.el
emacs/notmuch-mua.el
emacs/notmuch-show.el
test/emacs