mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-08 17:51:42 +01:00
emacs: show: fake wash parts are handled at insert-bodypart level
Earlier patches have moved the handling of wash fake inline patch parts to insert-bodypart so we can drop the function notmuch-show-insert-part-inline-patch-fake-part
This commit is contained in:
parent
88cce8c6a4
commit
27768309ce
1 changed files with 0 additions and 4 deletions
|
@ -751,10 +751,6 @@ message at DEPTH in the current thread."
|
|||
nil))
|
||||
nil))))
|
||||
|
||||
;; Handler for wash generated inline patch fake parts.
|
||||
(defun notmuch-show-insert-part-inline-patch-fake-part (msg part content-type nth depth declared-type)
|
||||
(notmuch-show-insert-part-*/* msg part content-type nth depth declared-type))
|
||||
|
||||
(defun notmuch-show-insert-part-text/html (msg part content-type nth depth declared-type)
|
||||
;; text/html handler to work around bugs in renderers and our
|
||||
;; invisibile parts code. In particular w3m sets up a keymap which
|
||||
|
|
Loading…
Reference in a new issue