[evolution-data-server] cache-reaper: Also monitor the "sources" cache directory.



commit 805d2a08e4b9d7e4901e189ec75c858f062bbbf7
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 12 18:01:19 2012 -0400

    cache-reaper: Also monitor the "sources" cache directory.
    
    The "sources" cache directory now has the same directory structure as
    the other cache directories in $XDG_CACHE_HOME/evolution, so the reaper
    can clean up cached collection sources after the collection is deleted.

 modules/cache-reaper/module-cache-reaper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/cache-reaper/module-cache-reaper.c b/modules/cache-reaper/module-cache-reaper.c
index 92d84a1..5a30305 100644
--- a/modules/cache-reaper/module-cache-reaper.c
+++ b/modules/cache-reaper/module-cache-reaper.c
@@ -448,6 +448,7 @@ e_cache_reaper_init (ECacheReaper *extension)
 		"calendar",
 		"mail",
 		"memos",
+		"sources",
 		"tasks"
 	};
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]