From: yoichi Date: Sat, 17 Apr 2004 16:04:33 +0000 (+0000) Subject: * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use X-Git-Tag: wl-2_11_26~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=508448e4ffbbdee77141da1a0d9a4ea54231bf10;p=elisp%2Fwanderlust.git * elmo-util.el (elmo-msgdb-get-message-id-from-buffer): Don't use md5's 4th and 5th argument (non-existent in flim one). --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 6f664b1..3330361 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2004-04-18 Yoichi NAKAYAMA + + * 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 * elmo-split.el (elmo-split-subr): Flag of a non-registered diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index dd0a681..9d2a8d2 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -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"))) ">"))))