+2002-11-03 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text
+ part only.
+
2002-04-16 Daiki Ueno <ueno@unixuser.org>
* mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
(setq encoded t
encoding nil)
)))))))
- (if (or encoded (not not-decode-text))
+ (if (and (eq type 'text)
+ (or encoded (not not-decode-text)))
(progn
(save-excursion
(goto-char (point-min))