From 7a31f7027586be9214f47e9851a0cede37faf91c Mon Sep 17 00:00:00 2001 From: keiichi Date: Mon, 16 Nov 1998 02:34:57 +0000 Subject: [PATCH] Sync up with `semi-vcard'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 837942d..abab840 100644 --- a/mime-view.el +++ b/mime-view.el @@ -440,6 +440,7 @@ Each elements are regexp of field-name.") (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)) @@ -463,8 +464,7 @@ Each elements are regexp of field-name.") (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]\\)*\\)" -- 1.7.10.4