* lisp/gnus/mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)))))))
|
||||
|
||||
Reference in New Issue
Block a user