* modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
authorhmurata <hmurata>
Wed, 15 Oct 2003 12:18:23 +0000 (12:18 +0000)
committerhmurata <hmurata>
Wed, 15 Oct 2003 12:18:23 +0000 (12:18 +0000)
change.

elmo/ChangeLog
elmo/modb-legacy.el

index 138e125..c22d445 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
+       * modb-legacy.el (elmo-msgdb-append-entity): Fixed the last
+       change.
+
        * modb-legacy.el (elmo-msgdb-append-entity): Registered an
        identical cons cell into the mark-alist and the hash table.
 
index 5c5f16d..4022ad2 100644 (file)
@@ -518,7 +518,10 @@ Return a list of message numbers which have duplicated message-ids."
         msgdb
         (nconc (elmo-msgdb-get-mark-alist msgdb) (list cell)))
        (modb-generic-set-flag-modified-internal msgdb t))
-      (elmo-msgdb-make-index msgdb (list entity) (list cell)))))
+      (elmo-msgdb-make-index
+       msgdb
+       (list entity)
+       (and cell (list cell))))))
 
 (luna-define-method elmo-msgdb-delete-messages ((msgdb modb-legacy)
                                                numbers)