[dovecot-cvs] dovecot/src/lib-storage mail-storage.h,1.93,1.94

cras at dovecot.org cras at dovecot.org
Sun Apr 3 00:09:08 EEST 2005


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

Modified Files:
	mail-storage.h 
Log Message:
Keywords are now stored in X-Keywords headers in mbox. Did several related
API changes to get better performance.



Index: mail-storage.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- mail-storage.h	29 Mar 2005 16:48:42 -0000	1.93
+++ mail-storage.h	2 Apr 2005 21:09:06 -0000	1.94
@@ -153,9 +153,7 @@
 
 	unsigned int diskspace_full:1;
 
-	/* may be allocated from data stack */
-	unsigned int keywords_count;
-	const char *const *keywords;
+	const array_t *ARRAY_DEFINE_PTR(keywords, const char *);
 };
 
 struct mailbox_sync_rec {



More information about the dovecot-cvs mailing list