This commit was generated by cvs2svn to compensate for changes in r359,
[elisp/tm.git] / tm-setup.el
index 50b359b..2fbb759 100644 (file)
@@ -1,5 +1,5 @@
 ;;;
-;;; $Id: tm-setup.el,v 6.3 1995/09/10 15:45:42 morioka Exp $
+;;; $Id: tm-setup.el,v 7.2 1996/04/14 00:18:09 morioka Exp $
 ;;;
 
 (require 'tl-misc)
     (set-alist 'mime-viewer/content-filter-alist
               "text/enriched" (function mime-viewer/filter-text/enriched))
     (autoload 'mime-viewer/filter-text/enriched "tm-rich")
+
+    ;; for image/*
+    (if running-xemacs
+       (require 'tm-image)
+      )
     
     ;; for LaTeX
     (set-atype 'mime/content-decoding-condition
 ;;; @ for RMAIL
 ;;;
 
-(require 'tm-rmail)
+(call-after-loaded 'rmail
+                  (function
+                   (lambda ()
+                     (require 'tm-rmail)
+                     ))
+                  'rmail-mode-hook)
 
 
 ;;; @ for mh-e
        (add-hook 'gnusutil-initialize-hook le)
        )
     (progn
-      (add-hook 'gnus-Startup-hook le)
-      (add-hook 'gnus-startup-hook le)
+      (add-hook 'gnus-Startup-hook le 'append)
+      (add-hook 'gnus-startup-hook le 'append)
       )))