(mime-acting-condition): Fix setting.
authormorioka <morioka>
Sat, 25 Apr 1998 06:45:56 +0000 (06:45 +0000)
committermorioka <morioka>
Sat, 25 Apr 1998 06:45:56 +0000 (06:45 +0000)
mime-view.el

index 0bd8f84..bd68ffa 100644 (file)
@@ -491,9 +491,13 @@ if it is not nil.")
 
 (ctree-set-calist-strictly
  'mime-acting-condition
- '((type . text)(subtype . t)(mode . "play")
+ '((type . t)(subtype . t)(mode . "play")
    (method "metamail" t "-m" "tm" "-x" "-d" "-z" "-e" 'file)
    ))
+(ctree-set-calist-strictly
+ 'mime-acting-condition
+ '((type . t)(subtype . t)(mode . "extract")
+   (method . mime-method-to-save)))
 
 (ctree-set-calist-strictly
  'mime-acting-condition
@@ -568,11 +572,6 @@ if it is not nil.")
 
 (ctree-set-calist-strictly
  'mime-acting-condition
- '((mode . "extract")
-   (method . mime-method-to-save)))
-
-(ctree-set-calist-strictly
- 'mime-acting-condition
  '((type . message)(subtype . external-body)
    ("access-type" . "anon-ftp")
    (method . mime-method-to-display-message/external-ftp)