2005-11-23 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+ * modb-entity.el (elmo-msgdb-create-message-entity-from-buffer):
+ Does not bind `default-mime-charset'.
+
* modb-entity.el (modb-entity-extract-ml-info-from-mailman): New
function.
(modb-entity-extract-mailing-list-info-functions): Added it.
entity content-type charset)
(save-excursion
(set-buffer-multibyte default-enable-multibyte-characters)
- (and (setq content-type (elmo-decoded-field-body
- "content-type" 'summary))
- (setq charset (mime-content-type-parameter
- (mime-parse-Content-Type content-type) "charset"))
- (setq charset (intern-soft charset))
- (mime-charset-p charset)
- (setq default-mime-charset charset))
(setq entity
(modb-standard-make-message-entity
handler
(mime-decode-field-body field-body "cc" 'summary))
(elmo-multiple-field-body "cc") ",")
:content-type
- content-type
+ (elmo-decoded-field-body "content-type" 'summary)
:size
(let ((size (elmo-field-body "content-length")))
(if size