# HG changeset patch # User Timo Sirainen # Date 1184444355 -10800 # Node ID c66c80b23f9599563f6dd0729cb5339f4eb8cd01 # Parent ac382879b116b89b59f6a3dd269e3dc7920de5cf need_compress_file_seq=0 nowadays when file doesn't exist, not -1. diff -r ac382879b116 -r c66c80b23f95 src/lib-index/mail-cache-compress.c --- a/src/lib-index/mail-cache-compress.c Sat Jul 14 23:16:20 2007 +0300 +++ b/src/lib-index/mail-cache-compress.c Sat Jul 14 23:19:15 2007 +0300 @@ -264,7 +264,7 @@ if (ret >= 0) { if (ret == 0) return 0; - if (cache->need_compress_file_seq == (uint32_t)-1) { + if (cache->need_compress_file_seq == 0) { /* previously it didn't exist */ return 1; }