>>221
% ldd `which mewdecode`
で zlib が link されていても見られない場合は

;; jpeg ファイルかどうかのチェックを甘くする。
(eval-after-load "image"
'(setq image-type-regexps (cons (cons "\\`\xff\xd8" 'jpeg) image-type-regexps)))

で多分うまく行くと思う。オレもはまった。