[dovecot-cvs] dovecot/src/lib-index mail-cache.c,1.6,1.7

cras at procontrol.fi cras at procontrol.fi
Fri Aug 22 22:57:02 EEST 2003


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

Modified Files:
	mail-cache.c 
Log Message:
fixes. maybe it works now.



Index: mail-cache.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-cache.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mail-cache.c	21 Aug 2003 01:59:50 -0000	1.6
+++ mail-cache.c	22 Aug 2003 18:57:00 -0000	1.7
@@ -727,7 +727,7 @@
 		return TRUE;
 	}
 
-	ret = mail_cache_open_and_verify(cache, FALSE);
+	ret = mail_cache_open_and_verify(cache, TRUE);
 	if (ret != 0)
 		return ret > 0;
 



More information about the dovecot-cvs mailing list