+2001-02-06 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
+
+ * message.el (message-encode-message-body): Don't insert
+ Content-Type if it is inside a mail.
+
2001-02-06 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-xmas.el (gnus-xmas-article-menu-add): Add
(when lines
(insert lines))
(setq content-type-p
- (re-search-backward "^Content-Type:" nil t)))
+ (or mml-boundary
+ (re-search-backward "^Content-Type:" nil t))))
(save-restriction
(message-narrow-to-headers-or-head)
(message-remove-first-header "Content-Type")