[dovecot-cvs] dovecot/src/deliver deliver.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Tue Mar 15 21:01:52 EET 2005


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv16056/deliver

Modified Files:
	deliver.c 
Log Message:
Major mail-storage API changes. It's now a bit cleaner and much more plugin
friendly. Removed proxy_mailbox* stuff, they were difficult to use and
there's now much easier way to replace them.



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deliver.c	12 Mar 2005 23:52:00 -0000	1.1
+++ deliver.c	15 Mar 2005 19:01:50 -0000	1.2
@@ -93,7 +93,7 @@
 		return FALSE;
 	}
 
-	t = mailbox_transaction_begin(box, FALSE);
+	t = mailbox_transaction_begin(box, MAILBOX_TRANSACTION_FLAG_EXTERNAL);
 
 	memset(&ctx, 0, sizeof(ctx));
 	ctx.ret = -1;



More information about the dovecot-cvs mailing list