]> git.notmuchmail.org Git - notmuch/commit
emacs:show: separate out handling of application/octet-stream
authorMark Walters <markwalters1009@gmail.com>
Sat, 4 May 2013 13:01:14 +0000 (14:01 +0100)
committerDavid Bremner <bremner@debian.org>
Mon, 20 May 2013 18:01:48 +0000 (15:01 -0300)
commitb681aa8235a16630e282626d3938862a6c2f7fd0
treea331858fa69aa569ac508553fd991b9af8e36a2c
parente63aa66de8d4de43ea9c3b660b951a44dc50bdeb
emacs:show: separate out handling of application/octet-stream

Currently mime parts are basically handled based on their mime-type
with the exception of application/octet-stream parts. Deal with these
parts at the top level (notmuch-show-insert-bodypart).

This is needed later in the series as we need to put in a part button
for each part (which means knowing its mime type) while deferring the
actual insertion of the part.
emacs/notmuch-show.el