changeset 1020:d3c7e5f7041c HEAD

Bugfix for last optimization
author Timo Sirainen <tss@iki.fi>
date Wed, 22 Jan 2003 22:34:52 +0200
parents 1cccde7c3f20
children 81cbc1467097
files src/lib-index/mail-modifylog.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-modifylog.c	Wed Jan 22 22:25:52 2003 +0200
+++ b/src/lib-index/mail-modifylog.c	Wed Jan 22 22:34:52 2003 +0200
@@ -735,7 +735,7 @@
 
 	if (!file->log->cache_have_others) {
 		*rec = NULL;
-		return FALSE;
+		return TRUE;
 	}
 
 	if (file->mmap_used_length == file->mmap_full_length) {