tm 7.27.1.
[elisp/tm.git] / mime-setup.el
index 56e63a1..68b58b7 100644 (file)
@@ -1,21 +1,36 @@
 ;;;
-;;; mime-setup.el --- setup file to use tm and mime.el.
+;;; mime-setup.el --- setup file for tm viewer and composer.
 ;;;
 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
 ;;; Copyright (C) 1994,1995 MORIOKA Tomohiko
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: mime-setup.el,v 7.10 1995/11/19 13:47:54 morioka Exp $
+;;;    $Id: mime-setup.el,v 7.11 1995/11/23 10:01:09 morioka Exp $
 ;;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 ;;;
 ;;; This file is part of tm (Tools for MIME).
 ;;;
+;;; This program is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2, or
+;;; (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with This program.  If not, write to the Free Software
+;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 (require 'tm-setup)
 
 (autoload 'mime/editor-mode "tm-edit"
   "Minor mode for editing MIME message." t)
+(autoload 'mime/decode-message-header "tm-ew-d"
+  "Decode MIME encoded-words in message header." t)
 
 (add-hook 'mime/editor-mode-hook
          (function
@@ -77,7 +92,6 @@
 ;;; @ for RMAIL and VM
 ;;;
 
-;;(add-hook 'mail-mode-hook  'mime/editor-mode)
 (add-hook 'mail-setup-hook 'mime/decode-message-header)
 (add-hook 'mail-setup-hook 'mime/editor-mode 'append)
 (add-hook 'mail-send-hook  'mime-editor/maybe-translate)