(run-hooks 'mime-display-text/plain-hook)
))
+<<<<<<< mime-view.el
(defun mime-display-text/richtext (entity situation)
(save-restriction
(narrow-to-region (point-max)(point-max))
(defun mime-display-text/x-vcard (entity situation)
(save-restriction
(narrow-to-region (point-max)(point-max))
- (mime-insert-text-content entity)
- (run-hooks 'mime-text-decode-hook)
+ (insert (string-as-multibyte (mime-entity-content entity)))
(goto-char (point-min))
(while (re-search-forward
"\\(;\\(encoding=\\)?quoted-printable:\\)\\(\\(=[0-9A-F][0-9A-F]\\|=\r\n\\|[^\r\n]\\)*\\)"