From ba523fac3f37fd8642b50b05a8e0b73e97b11cbb Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 3 May 1998 17:53:51 +0000 Subject: [PATCH] Delete setting for metamail. --- mime-view.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mime-view.el b/mime-view.el index a4ff9a7..9ee7afa 100644 --- a/mime-view.el +++ b/mime-view.el @@ -539,11 +539,6 @@ if it is not nil.") (ctree-set-calist-strictly 'mime-acting-condition - '((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))) -- 1.7.10.4