notmuch/emacs
Dmitry Kurochkin a647f43643 emacs: do not call notmuch show for non-inlinable parts
Before the change, there was a workaround to avoid notmuch show calls
for parts with application/* Content-Type.  But non-inlinable parts
are not limited to this Content-Type (e.g. mp3 files have audio/mpeg
Content-Type and are not inlinable).  For such parts
`notmuch-show-insert-part-*/*' handler is called which unconditionally
fetches contents for all parts.

The patch moves content fetching from `notmuch-show-insert-part-*/*'
to `notmuch-show-mm-display-part-inline' function after MIME inlinable
checks are done to avoid useless notmuch show calls.  The
application/* hack is no longer needed and removed.
2011-12-07 20:05:25 -04:00
..
coolj.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local Separate Emacs misc. files dir. from Emacs code dir. 2011-10-28 14:07:44 -03:00
notmuch-address.el emacs: Tell the user how many addresses matched when completing 2010-04-26 10:58:42 -07:00
notmuch-crypto.el emacs: update notmuch-crypto-process-mime config variable documentation. 2011-11-12 20:50:22 -04:00
notmuch-hello.el emacs: Make saving new saved searches append, not prepend 2011-11-22 22:55:15 -04:00
notmuch-lib.el emacs: remove unused `point-invisible-p' function 2011-11-07 20:38:37 -04:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el fix sum moar typos [error messages] 2011-06-23 15:59:03 -07:00
notmuch-message.el emacs: add notmuch-before- and notmuch-after-tag-hook 2011-05-24 13:28:41 -07:00
notmuch-mua.el fix checking whether header is member of message-hidden-headers 2011-08-25 09:08:04 -03:00
notmuch-query.el emacs: Add support for PGP/MIME verification/decryption 2011-05-27 16:22:00 -07:00
notmuch-show.el emacs: do not call notmuch show for non-inlinable parts 2011-12-07 20:05:25 -04:00
notmuch-wash.el fix sum moar typos [user-visible documentation in code] 2011-06-23 15:58:50 -07:00
notmuch.el emacs: Use notmuch-command variable in process-lines. 2011-11-30 17:19:44 -08:00