* gnus-html.el (gnus-article-html): Make work buffer multibyte for
decoded contents.
+ (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
(= (car (image-size image t)) 30)
(= (cdr (image-size image t)) 30))))
(progn
- (gnus-put-image (gnus-html-rescale-image image)
+ (gnus-put-image (gnus-html-rescale-image image file)
(gnus-string-or string "*"))
t)
(insert string)
(gnus-string-or string "*")))
nil)))))
-(defun gnus-html-rescale-image (image)
+(defun gnus-html-rescale-image (image file)
(if (or (not (fboundp 'imagemagick-types))
(not (get-buffer-window (current-buffer))))
image