[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Mon Sep 8 04:41:13 EEST 2003


Update of /home/cvs/dovecot/src/lib-index
In directory danu:/tmp/cvs-serv23999

Modified Files:
	mail-cache.c 
Log Message:
cleanup



Index: mail-cache.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mail-cache.c	8 Sep 2003 00:36:36 -0000	1.12
+++ mail-cache.c	8 Sep 2003 00:41:11 -0000	1.13
@@ -1609,9 +1609,8 @@
 	/* 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);
 



More information about the dovecot-cvs mailing list