[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.93.2.6, 1.93.2.7 index-mail.h, 1.37.2.2, 1.37.2.3

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-serv32379

Modified Files:
      Tag: branch_1_0
	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.93.2.6
retrieving revision 1.93.2.7
diff -u -d -r1.93.2.6 -r1.93.2.7
--- index-mail.c	13 Oct 2006 15:32:35 -0000	1.93.2.6
+++ index-mail.c	2 Nov 2006 18:18:24 -0000	1.93.2.7
@@ -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.37.2.2
retrieving revision 1.37.2.3
diff -u -d -r1.37.2.2 -r1.37.2.3
--- index-mail.h	13 Oct 2006 15:32:35 -0000	1.37.2.2
+++ index-mail.h	2 Nov 2006 18:18:24 -0000	1.37.2.3
@@ -19,9 +19,10 @@
 	MAIL_CACHE_IMAP_ENVELOPE,
 	MAIL_CACHE_MESSAGEPART,
 
-	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