]> git.notmuchmail.org Git - notmuch/commit
emacs/mua: Let user specify which parts get a header in citations.
authorDavid Edmondson <dme@dme.org>
Sat, 20 Feb 2016 18:24:40 +0000 (18:24 +0000)
committerDavid Bremner <david@tethera.net>
Sun, 21 Feb 2016 12:37:48 +0000 (08:37 -0400)
commitd27d90875dfb16720de624a57387451665882c19
tree463bca3da91e031c6999b222fdb1bc5554c5b77d
parentadefa734e3de8e05713205e686403be4f2236711
emacs/mua: Let user specify which parts get a header in citations.

Add a customizable function specifying which parts get a header when
replying, and give some sensible possiblities. These are,

1) all parts except multipart/*. (Subparts of a multipart part do
receive a header button.)

2) only included text/* parts.

3) Exactly as in the show buffer.

4) None at all. This means the reply contains a mish-mash of all the
original message's parts.

In the test suite we set the choice to option 4 to match the
previous behaviour.
emacs/notmuch-mua.el
emacs/notmuch-show.el
test/test-lib.el