[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.110, 1.111 index-mail.h, 1.44, 1.45

tss at dovecot.org tss at dovecot.org
Thu Nov 2 18:18:27 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv32375

Modified Files:
	index-mail.c index-mail.h 
Log Message:
Compiling fix



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- index-mail.c	13 Oct 2006 15:33:05 -0000	1.110
+++ index-mail.c	2 Nov 2006 18:18:25 -0000	1.111
@@ -15,7 +15,7 @@
 #include "index-storage.h"
 #include "index-mail.h"
 
-struct mail_cache_field global_cache_fields[MAIL_CACHE_FIELD_COUNT] = {
+struct mail_cache_field global_cache_fields[MAIL_INDEX_CACHE_FIELD_COUNT] = {
 	{ "flags", 0, MAIL_CACHE_FIELD_BITMASK, sizeof(uint32_t), 0 },
 	{ "date.sent", 0, MAIL_CACHE_FIELD_FIXED_SIZE,
 	  sizeof(struct mail_sent_date), 0 },

Index: index-mail.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- index-mail.h	13 Oct 2006 15:33:05 -0000	1.44
+++ index-mail.h	2 Nov 2006 18:18:25 -0000	1.45
@@ -20,9 +20,10 @@
 	MAIL_CACHE_IMAP_ENVELOPE,
 	MAIL_CACHE_MESSAGE_PARTS,
 
-	MAIL_CACHE_FIELD_COUNT
+	MAIL_INDEX_CACHE_FIELD_COUNT
 };
-extern struct mail_cache_field global_cache_fields[MAIL_CACHE_FIELD_COUNT];
+extern struct mail_cache_field
+	global_cache_fields[MAIL_INDEX_CACHE_FIELD_COUNT];
 
 #define IMAP_BODY_PLAIN_7BIT_ASCII \
 	"\"text\" \"plain\" (\"charset\" \"us-ascii\") NIL NIL \"7bit\""



More information about the dovecot-cvs mailing list