(emh-content-header-filter): Use code-conversion feature of
authormorioka <morioka>
Tue, 17 Feb 1998 13:50:17 +0000 (13:50 +0000)
committermorioka <morioka>
Tue, 17 Feb 1998 13:50:17 +0000 (13:50 +0000)
`eword-decode-header' instead of `emh-text-decode-buffer'.

emh.el

diff --git a/emh.el b/emh.el
index 5bf713c..85541cf 100644 (file)
--- 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)
   )