X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-setup.el;h=68b58b79493c0b254efb4edc4f38d305f052de44;hb=fbba51f3663897c0605579879ad2ba3b538dc2d5;hp=56e63a10291ec964493ed691c6722c1cd6e98d13;hpb=584ffb4d39c1b9ffeb8083a8b4fb62d5d3af1a80;p=elisp%2Ftm.git diff --git a/mime-setup.el b/mime-setup.el index 56e63a1..68b58b7 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -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 ;;; 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)