* elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use
authoryoichi <yoichi>
Sat, 17 Apr 2004 16:04:33 +0000 (16:04 +0000)
committeryoichi <yoichi>
Sat, 17 Apr 2004 16:04:33 +0000 (16:04 +0000)
md5's 4th and 5th argument (non-existent in flim one).

elmo/ChangeLog
elmo/elmo-util.el

index 6f664b1..3330361 100644 (file)
@@ -1,3 +1,8 @@
+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
index dd0a681..9d2a8d2 100644 (file)
@@ -2024,7 +2024,7 @@ If ALIST is nil, `elmo-obsolete-variable-alist' is used."
       (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"))) ">"))))