tm 7.102.
[elisp/tm.git] / mime-setup.el.in
index 331b49c..c12bc6f 100644 (file)
@@ -1,10 +1,10 @@
 ;;; mime-setup.el --- setup file for tm viewer and composer.
 
-;; Copyright (C) 1995,1996 Free Software Foundation, Inc.
+;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;     $Id: mime-setup.el.in,v 7.29 1996/11/05 02:53:26 shuhei-k Exp $
+;;     $Id: mime-setup.el.in,v 7.31 1997/01/30 09:10:29 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of tm (Tools for MIME).
 (add-hook 'mu-cite/pre-cite-hook 'mime/decode-message-header)
 
 
-;;; @ for RMAIL and VM
+;;; @ for mail-mode, RMAIL and VM
 ;;;
 
 (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)
-
+(set-alist 'mime-editor/split-message-sender-alist
+           'mail-mode (function
+                       (lambda ()
+                         (interactive)
+                         (funcall send-mail-function)
+                         )))
 
 ;;; @ for mh-e
 ;;;