From: Timo Sirainen Date: Tue, 29 Jun 2004 16:23:54 +0000 (+0300) Subject: Temporary: never compress cache file as it's broken now. X-Git-Tag: 1.1.alpha1~3849 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275b5e9ddb9679c5667493834d4579821994089b;p=thirdparty%2Fdovecot%2Fcore.git Temporary: never compress cache file as it's broken now. --HG-- branch : HEAD --- 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; }