(mm-mailcap-command): Do not use `mime-parameter' (in flim-1_13-rfc2231).
authorkeiichi <keiichi>
Fri, 3 Mar 2000 10:58:29 +0000 (10:58 +0000)
committerkeiichi <keiichi>
Fri, 3 Mar 2000 10:58:29 +0000 (10:58 +0000)
lisp/mm-decode.el

index 627d5de..996b514 100644 (file)
@@ -502,7 +502,8 @@ external if displayed external."
        ((string= total "%t")
        (push (mm-quote-arg (car type-list)) out))
        (t
-       (push (mm-quote-arg (or (mime-parameter sub ctl) "")) out))))
+       (push (mm-quote-arg (or (mime-content-type-parameter sub ctl) ""))
+             out))))
     (push (substring method beg (length method)) out)
     (mapconcat 'identity (nreverse out) "")))