From 275b5e9ddb9679c5667493834d4579821994089b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 29 Jun 2004 19:23:54 +0300 Subject: [PATCH] Temporary: never compress cache file as it's broken now. --HG-- branch : HEAD --- src/lib-index/mail-cache-compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-index/mail-cache-compress.c b/src/lib-index/mail-cache-compress.c index ab9be5a04c..56c004d69e 100644 --- a/src/lib-index/mail-cache-compress.c +++ b/src/lib-index/mail-cache-compress.c @@ -265,5 +265,5 @@ int mail_cache_compress(struct mail_cache *cache, struct mail_index_view *view) int mail_cache_need_compress(struct mail_cache *cache) { - return cache->need_compress; + return FALSE; //FIXME:cache->need_compress; } -- 2.47.3