]> git.notmuchmail.org Git - notmuch/commit
emacs/mua: Generate improved cited text for replies
authorDavid Edmondson <dme@dme.org>
Sat, 20 Feb 2016 18:24:38 +0000 (18:24 +0000)
committerDavid Bremner <david@tethera.net>
Sun, 21 Feb 2016 12:37:26 +0000 (08:37 -0400)
commite103f0a971b87c1e4bc3677eef40481f9143d466
tree964511fdbf3b9cdb22e0579476185f68ecf991ee
parentc802d12a1e43fe69f2fcf7a2f7d44018a55bfb65
emacs/mua: Generate improved cited text for replies

Use the message display code to generate message text to cite in
replies.

For now we set insert-headers-p function to
notmuch-show-reply-insert-header-p-never so that, as before, we don't
insert part buttons.

With that choice of insert-headers-p function there is only one
failing test: this test has a text part (an email message) listed as
application/octet-stream. Notmuch show displays this part, but the
reply code omitted it as it had type application/octet-stream. The new
code correctly includes it. Thus update the expected output to match.
emacs/notmuch-mua.el
test/T310-emacs.sh