]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
cleanup
authorTimo Sirainen <tss@iki.fi>
Mon, 8 Sep 2003 00:41:11 +0000 (03:41 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 8 Sep 2003 00:41:11 +0000 (03:41 +0300)
--HG--
branch : HEAD

src/lib-index/mail-cache.c

index 2b91210c85f1863c00867f7abceafd642a4cc756..41add6c32890359f7f95a09a941f5ec8f9b49f89 100644 (file)
@@ -1609,9 +1609,8 @@ int mail_cache_delete(struct mail_cache_transaction_ctx *ctx,
        /* see if we've reached the max. deleted space in file */
        max_del_space = cache->used_file_size / 100 * COMPRESS_PERCENTAGE;
        if (deleted_space >= max_del_space &&
-           cache->used_file_size >= COMPRESS_MIN_SIZE) {
+           cache->used_file_size >= COMPRESS_MIN_SIZE)
                cache->index->set_flags |= MAIL_INDEX_HDR_FLAG_COMPRESS_CACHE;
-       }
 
        cache->header->deleted_space = uint32_to_nbo(deleted_space);