tm-ew-d.el was renamed to eword-decode.el; Function
authortmorioka <tmorioka>
Mon, 24 Feb 1997 01:32:33 +0000 (01:32 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 01:32:33 +0000 (01:32 +0000)
`mime/decode-message-header' was renamed to
`eword-decode-message-header'.

mime-setup.el

index fe2af82..90c6687 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;     $Id: mime-setup.el,v 0.4 1997-02-21 07:04:51 tmorioka Exp $
+;;     $Id: mime-setup.el,v 0.5 1997-02-24 01:32:33 tmorioka Exp $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -30,7 +30,7 @@
 
 (autoload 'mime-edit-mode "mime-edit"
   "Minor mode for editing MIME message." t)
-(autoload 'mime/decode-message-header "tm-ew-d"
+(autoload 'eword-decode-message-header "eword-decode"
   "Decode MIME encoded-words in message header." t)
 
 (defun mime-setup-decode-message-header ()
@@ -45,7 +45,7 @@
           (match-beginning 0)
         (point-max)
         ))
-      (mime/decode-message-header)
+      (eword-decode-message-header)
       (set-buffer-modified-p nil)
       )))
 
 ;;; @ for mu-cite
 ;;;
 
-(add-hook 'mu-cite/pre-cite-hook 'mime/decode-message-header)
+(add-hook 'mu-cite/pre-cite-hook 'eword-decode-message-header)
 
 
 ;;; @ for mail-mode, RMAIL and VM
 ;;;
 
-(add-hook 'mail-setup-hook 'mime/decode-message-header)
+(add-hook 'mail-setup-hook 'eword-decode-message-header)
 (add-hook 'mail-setup-hook 'mime-edit-mode 'append)
 (add-hook 'mail-send-hook  'mime-edit-maybe-translate)
 (set-alist 'mime-edit-split-message-sender-alist