From: vitaly Date: Fri, 22 Jan 2010 15:13:52 +0000 (+0000) Subject: Remove empty entity files from modb cache. X-Git-Tag: elmo-imap4-compliance-root~12 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fwanderlust.git;a=commitdiff_plain;h=e3e6d3218836295f5508b742cacf6c1cc5cacfb4 Remove empty entity files from modb cache. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 2bdd3dc..a702cea 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,9 @@ +2010-01-15 Vitaly Mayatskih + + * 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 * elmo-imap4.el (elmo-folder-list-messages-plugged): Use TAB for diff --git a/elmo/modb-standard.el b/elmo/modb-standard.el index 1082887..62fc5b6 100644 --- a/elmo/modb-standard.el +++ b/elmo/modb-standard.el @@ -276,7 +276,7 @@ (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 ;;