From 2c73238650d4a9b597d58cf66664a1ffb0bdbc83 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 17 Feb 1998 13:50:17 +0000 Subject: [PATCH] (emh-content-header-filter): Use code-conversion feature of `eword-decode-header' instead of `emh-text-decode-buffer'. --- emh.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/emh.el b/emh.el index 5bf713c..85541cf 100644 --- a/emh.el +++ b/emh.el @@ -8,7 +8,7 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 0.24 $ +;; Version: $Revision: 0.25 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -38,7 +38,7 @@ ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.24 1997-11-27 15:07:49 morioka Exp $") + "$Id: emh.el,v 0.25 1998-02-17 13:50:17 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -250,8 +250,7 @@ digest are inserted into the folder after that message." It is registered to variable `mime-view-content-header-filter-alist'." (goto-char (point-min)) (mime-view-cut-header) - (emh-text-decode-buffer default-mime-charset) - (eword-decode-header) + (eword-decode-header default-mime-charset) (run-hooks 'emh-content-header-filter-hook) ) -- 1.7.10.4