[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.109, 1.110

cras at dovecot.org cras at dovecot.org
Sat Feb 5 14:01:54 EET 2005


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

Modified Files:
	mbox-storage.c 
Log Message:
Internal changes in how keywords are handled. struct mail_keywords isn't
automatically freed anymore, added *_keywords_free() for that.



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- mbox-storage.c	29 Dec 2004 19:10:27 -0000	1.109
+++ mbox-storage.c	5 Feb 2005 12:01:51 -0000	1.110
@@ -966,6 +966,7 @@
 	mbox_transaction_commit,
 	mbox_transaction_rollback,
 	index_keywords_create,
+	index_keywords_free,
 	index_storage_fetch,
 	index_storage_get_uids,
 	index_header_lookup_init,



More information about the dovecot-cvs mailing list