+1998-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mime-edit.el (mime-edit-decode-buffer): Limit search bound for
+ "Content-Transfer-Encoding:".
+
+\f
1998-10-26 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* SEMI: Version 1.10.1 (Morimoto) released.
))))
params "")))
encoding
- encoded)
+ encoded
+ (limit (save-excursion
+ (if (search-forward "\n\n" nil t)
+ (1- (point))))))
(save-excursion
(if (re-search-forward
- "Content-Transfer-Encoding:" nil t)
+ "^Content-Transfer-Encoding:" limit t)
(let ((beg (match-beginning 0))
(hbeg (match-end 0))
(end (std11-field-end)))