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.
 
 
         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)