[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-mail.c, 1.21, 1.22

cras at dovecot.org cras at dovecot.org
Tue Mar 15 13:30:15 EET 2005


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

Modified Files:
	mbox-mail.c 
Log Message:
Include transaction pointer in struct mail.



Index: mbox-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-mail.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mbox-mail.c	7 Jan 2005 21:45:42 -0000	1.21
+++ mbox-mail.c	15 Mar 2005 11:30:13 -0000	1.22
@@ -161,7 +161,7 @@
 }
 
 struct mail mbox_mail = {
-	0, 0, 0, 0, 0, 0,
+	0, 0, 0, 0, 0, 0, 0,
 
 	index_mail_get_flags,
 	index_mail_get_keywords,



More information about the dovecot-cvs mailing list