md5's 4th and 5th argument (non-existent in flim one).
+2004-04-18 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
+ md5's 4th and 5th argument (non-existent in flim one).
+
2004-04-17 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-split.el (elmo-split-subr): Flag of a non-registered
(concat "<"
(if (elmo-unfold-field-body "date")
(timezone-make-date-sortable (elmo-unfold-field-body "date"))
- (md5 (current-buffer) (point-min) (point-max) nil t))
+ (md5 (current-buffer) (point-min) (point-max)))
(nth 1 (eword-extract-address-components
(or (elmo-field-body "from") "nobody"))) ">"))))