(mime-acting-condition): Use `mime-method-to-save' instead of external
authormorioka <morioka>
Thu, 12 Mar 1998 12:53:53 +0000 (12:53 +0000)
committermorioka <morioka>
Thu, 12 Mar 1998 12:53:53 +0000 (12:53 +0000)
method "tm-file".

mime-view.el

index 1162c27..f365499 100644 (file)
      (mode "play" "print")
      )
     ((type . "application/octet-stream")
-     (method "tm-file"  nil 'file 'type 'encoding 'mode 'name)
-     (mode "play" "print")
+     (method . mime-method-to-save)(mode "play" "print")
      )
-    
-    ;;((type . "message/external-body")
-    ;; (method "xterm" nil
-    ;;        "-e" "showexternal"
-    ;;         'file '"access-type" '"name" '"site" '"directory"))
+
     ((type . "message/external-body")
      ("access-type" . "anon-ftp")
      (method . mime-method-to-display-message/external-ftp)
     ((method "metamail" t "-m" "tm" "-x" "-d" "-z" "-e" 'file)
      (mode . "play")
      )
-    ((method "tm-file"  nil 'file 'type 'encoding 'mode 'name)
-     (mode . "extract")
-     )
+    ((method . mime-method-to-save)(mode . "extract"))
     ))
 
 (defvar mime-view-childrens-header-showing-Content-Type-list