diff src/lib-storage/mail-storage-private.h @ 3138:fbe844061fe2 HEAD

Internal changes in how keywords are handled. struct mail_keywords isn't automatically freed anymore, added *_keywords_free() for that.
author Timo Sirainen <tss@iki.fi>
date Sat, 05 Feb 2005 14:01:41 +0200
parents 66c44404f9a1
children 923ff19873d4
line wrap: on
line diff
--- a/src/lib-storage/mail-storage-private.h	Fri Feb 04 23:34:57 2005 +0200
+++ b/src/lib-storage/mail-storage-private.h	Sat Feb 05 14:01:41 2005 +0200
@@ -86,6 +86,8 @@
 	struct mail_keywords *
 		(*keywords_create)(struct mailbox_transaction_context *t,
 				   const char *const keywords[]);
+	void (*keywords_free)(struct mailbox_transaction_context *t,
+			      struct mail_keywords *keywords);
 
 	struct mail *(*fetch)(struct mailbox_transaction_context *t,
 			      uint32_t seq,