* lisp/gnus/mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.

This commit is contained in:
Juri Linkov 2011-12-16 01:35:40 +02:00
parent d1d7b339f8
commit 92a24ea80e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-12-15 Juri Linkov <juri@jurta.org>
* mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
* message.el (message-valid-fqdn-regexp): Update with newly approved

View file

@ -275,7 +275,7 @@ before the external MIME handler is invoked."
(ignore-errors
(if (fboundp 'create-image)
(create-image (buffer-string) 'imagemagick 'data-p)
(mm-create-image-xemacs type)))))
(mm-create-image-xemacs (mm-handle-media-subtype handle))))))
(when image
(setcar (cdr handle) (list "image/imagemagick"))
(mm-image-fit-p handle)))))))