* elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
authorhmurata <hmurata>
Mon, 22 Sep 2003 04:37:13 +0000 (04:37 +0000)
committerhmurata <hmurata>
Mon, 22 Sep 2003 04:37:13 +0000 (04:37 +0000)
change.

elmo/ChangeLog
elmo/elmo-shimbun.el

index d0d4af8..37afaa4 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-shimbun.el (elmo-shimbun-update-overview): Fixed the last
+       change.
+
 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo.el (elmo-message-field): Use elmo-message-entity-field.
index fed6258..2f8bb1a 100644 (file)
@@ -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)