* wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
for postfix.
+2001-06-06 Peter Møller Neergaard <turtle@bu.edu>
+
+ * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
+ for postfix.
+
2001-06-13 Yuuichi Teranishi <teranisi@gohome.org>
* wl-draft.el (wl-draft-edit-string): Fetch From: field value and
(cond
((and
(re-search-forward
- (concat "^\\($\\|[Cc]ontent-[Tt]ype:[ \t]+multipart/report\\)") nil t)
+ (concat "^\\($\\|[Cc]ontent-[Tt]ype:[ \t]+multipart/\\(report\\|mixed\\)\\)") nil t)
(not (bolp))
(re-search-forward "boundary=\"\\([^\"]+\\)\"" nil t))
(let ((boundary (buffer-substring (match-beginning 1) (match-end 1)))
(cond
((and (setq start (re-search-forward
(concat "^--" boundary "\n"
+ "\\([Cc]ontent-[Dd]escription:.*\n\\)?"
"[Cc]ontent-[Tt]ype:[ \t]+"
"\\(message/rfc822\\|text/rfc822-headers\\)\n"
"\\(.+\n\\)*\n") nil t))