diff src/lib-index/mail-cache-private.h @ 6705:68bb5bec043e HEAD

When reading the latest fields, begin finding the fields from the last known header instead of from the beginning.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Nov 2007 20:55:36 +0200
parents 75c48f171ad3
children c991d1b132d8
line wrap: on
line diff
--- a/src/lib-index/mail-cache-private.h	Tue Nov 06 20:49:45 2007 +0200
+++ b/src/lib-index/mail-cache-private.h	Tue Nov 06 20:55:36 2007 +0200
@@ -156,6 +156,7 @@
 	uint32_t *field_file_map;
 	unsigned int fields_count;
 	struct hash_table *field_name_hash; /* name -> idx */
+	uint32_t last_field_header_offset;
 
 	/* 0 is no need for compression, otherwise the file sequence number
 	   which we want compressed. */