(mime-display-entity): Run `mime-display-header-hook'.
authormorioka <morioka>
Tue, 16 Jun 1998 21:00:42 +0000 (21:00 +0000)
committermorioka <morioka>
Tue, 16 Jun 1998 21:00:42 +0000 (21:00 +0000)
mime-view.el

index 3d2bc18..135442b 100644 (file)
@@ -816,6 +816,7 @@ The compressed face will be piped to this command.")
             )))
        (goto-char (point-max))
        (insert "\n")
+       (run-hooks 'mime-display-header-hook)
        )
       (cond ((eq body-presentation-method 'with-filter)
             (let ((body-filter (cdr (assq 'body-filter situation))))