From 1c61d6b2022fc26bcc84276f883c8e523df9d400 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 25 Apr 1998 06:45:56 +0000 Subject: [PATCH] (mime-acting-condition): Fix setting. --- mime-view.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mime-view.el b/mime-view.el index 0bd8f84..bd68ffa 100644 --- a/mime-view.el +++ b/mime-view.el @@ -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) -- 1.7.10.4