From: hmurata Date: Mon, 22 Sep 2003 04:37:13 +0000 (+0000) Subject: * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last X-Git-Tag: wl-2_11_17~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=188305f1be84af423dc9ae1f0af0027c28394a9c;p=elisp%2Fwanderlust.git * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last change. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index d0d4af8..37afaa4 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2003-09-22 Hiroya Murata + + * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last + change. + 2003-09-22 Yuuichi Teranishi * elmo.el (elmo-message-field): Use elmo-message-entity-field. diff --git a/elmo/elmo-shimbun.el b/elmo/elmo-shimbun.el index fed6258..2f8bb1a 100644 --- a/elmo/elmo-shimbun.el +++ b/elmo/elmo-shimbun.el @@ -409,10 +409,11 @@ update overview when message is fetched." (elmo-message-entity-set-field entity 'references - (or (elmo-message-entity-field entity 'message-id) - (elmo-get-hash-val - references - (elmo-shimbun-folder-entity-hash folder)) + (or (elmo-message-entity-field + (elmo-get-hash-val + references + (elmo-shimbun-folder-entity-hash folder)) + 'message-id) references))))) (luna-define-method elmo-map-message-fetch ((folder elmo-shimbun-folder)