unibyte string of the current buffer for the argument of `md5'
(Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
+2004-09-09 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Use
+ unibyte string of the current buffer for the argument of `md5'
+ (Reported by Yoichi NAKAYAMA <yoichi@geiin.org>).
+
2004-09-05 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* modb-legacy.el (modb-legacy-flag-list): New constant.
(concat "<"
(if (elmo-unfold-field-body "date")
(timezone-make-date-sortable (elmo-unfold-field-body "date"))
- (md5 (current-buffer) (point-min) (point-max)))
+ (md5 (string-as-unibyte (buffer-string))))
(nth 1 (eword-extract-address-components
(or (elmo-field-body "from") "nobody"))) ">"))))