projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4391c7a
)
(mm-mailcap-command): Do not use `mime-parameter' (in flim-1_13-rfc2231).
author
keiichi
<keiichi>
Fri, 3 Mar 2000 10:58:29 +0000
(10:58 +0000)
committer
keiichi
<keiichi>
Fri, 3 Mar 2000 10:58:29 +0000
(10:58 +0000)
lisp/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/mm-decode.el
b/lisp/mm-decode.el
index
627d5de
..
996b514
100644
(file)
--- a/
lisp/mm-decode.el
+++ b/
lisp/mm-decode.el
@@
-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) "")))