(mime/content-decoding-condition): Set up for
authormorioka <morioka>
Mon, 10 Mar 1997 13:44:24 +0000 (13:44 +0000)
committermorioka <morioka>
Mon, 10 Mar 1997 13:44:24 +0000 (13:44 +0000)
`mime-article/decode-message/external-ftp'.

mime-view.el

index 278c3e4..b7422ab 100644 (file)
@@ -6,7 +6,7 @@
 ;; Created: 1994/7/13
 ;;     Renamed: 1994/8/31 from tm-body.el
 ;;     Renamed: 1997/02/19 from tm-view.el
-;; Version: $Revision: 0.21 $
+;; Version: $Revision: 0.22 $
 ;; Keywords: MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst mime-view-RCS-ID
-  "$Id: mime-view.el,v 0.21 1997-03-03 21:22:36 morioka Exp $")
+  "$Id: mime-view.el,v 0.22 1997-03-10 13:44:24 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
      (method . mime-article/decode-message/partial)
      (mode . "play")
      )
+    ((type . "message/external-body")
+     ("access-type" . "anon-ftp")
+     (method . mime-article/decode-message/external-ftp)
+     )
     
     ((method "metamail" t "-m" "tm" "-x" "-d" "-z" "-e" 'file)
      (mode . "play")