From: David Edmondson Date: Tue, 23 Mar 2010 11:54:05 +0000 (+0000) Subject: emacs: Use mailcap.el to guess the type of application/octet-stream parts X-Git-Tag: 0.3~139 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6c0621962a7990d15da50d38300ad9fd07e97592;hp=6c0621962a7990d15da50d38300ad9fd07e97592 emacs: Use mailcap.el to guess the type of application/octet-stream parts Use the mailcap functionality to guess a MIME type for attachments of type application/octet-stream and, presuming successful, feed the attachment back into the display code with the determine type. This is mostly useless at the moment, as the JSON output from notmuch does not include the content of application/octet-stream parts, so they cannot be displayed even if the guess is a good one. ---