Remove empty entity files from modb cache.
authorvitaly <vitaly>
Fri, 22 Jan 2010 15:13:52 +0000 (15:13 +0000)
committervitaly <vitaly>
Fri, 22 Jan 2010 15:13:52 +0000 (15:13 +0000)
elmo/ChangeLog
elmo/modb-standard.el

index 2bdd3dc..a702cea 100644 (file)
@@ -1,3 +1,9 @@
+2010-01-15  Vitaly Mayatskih  <v.mayatskih@gmail.com>
+
+       * modb-standard.el (modb-standard-save-entity): Use
+       `modb-standard-cleanup-stale-entities' to clean up stale entity
+       files in modb cache.
+
 2010-01-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * elmo-imap4.el (elmo-folder-list-messages-plugged): Use TAB for
index 1082887..62fc5b6 100644 (file)
             (dolist (section sections)
               (modb-standard-save-entity-1 modb path section))))
          (modified
-          (modb-standard-save-entity-1 modb path)))))
+          (modb-standard-cleanup-stale-entities modb path)))))
 
 ;;; Implement
 ;;