From 1fdf25980da0a1d132b858a17eb6280925ba6ea5 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 25 Dec 2000 05:11:55 +0000 Subject: [PATCH] (mail-setup-hook): Don't add `eword-decode-header'. --- mail-mime-setup.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail-mime-setup.el b/mail-mime-setup.el index 710d15b..7b375b7 100644 --- a/mail-mime-setup.el +++ b/mail-mime-setup.el @@ -1,6 +1,6 @@ ;;; mail-mime-setup.el --- setup file for mail-mode. -;; Copyright (C) 1994,1995,1996,1997,1998 Free Software Foundation, Inc. +;; Copyright (C) 1994,1995,1996,1997,1998,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: mail-mode, MIME, multimedia, multilingual, encoded-word @@ -31,14 +31,14 @@ (autoload 'turn-on-mime-edit "mime-edit" "Unconditionally turn on MIME-Edit minor mode." t) -(autoload 'eword-decode-header "eword-decode" - "Decode MIME encoded-words in header fields." t) +;; (autoload 'eword-decode-header "eword-decode" +;; "Decode MIME encoded-words in header fields." t) ;;; @ for mail-mode, RMAIL and VM ;;; -(add-hook 'mail-setup-hook 'eword-decode-header) +;; (add-hook 'mail-setup-hook 'eword-decode-header) (add-hook 'mail-setup-hook 'turn-on-mime-edit 'append) (add-hook 'mail-send-hook 'mime-edit-maybe-translate) (set-alist 'mime-edit-split-message-sender-alist -- 1.7.10.4