[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
- Previous message: [dovecot-cvs] dovecot/src/lib array.h,1.4,1.5
- Next message: [dovecot-cvs] dovecot/src/lib-storage Makefile.am, 1.12,
1.13 mail-copy.c, 1.3, 1.4 mail-copy.h, 1.1,
1.2 mail-storage-private.h, 1.13, 1.14 mail-storage.c, 1.35,
1.36 mail-storage.h, 1.90, 1.91 mail.c, NONE,
1.1 proxy-mail-storage.c, 1.6, NONE proxy-mail-storage.h, 1.2,
NONE proxy-mail.c, 1.8, NONE proxy-mail.h, 1.1,
NONE proxy-mailbox.c, 1.15, NONE proxy-mailbox.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [dovecot-cvs] dovecot/src/lib array.h,1.4,1.5
- Next message: [dovecot-cvs] dovecot/src/lib-storage Makefile.am, 1.12,
1.13 mail-copy.c, 1.3, 1.4 mail-copy.h, 1.1,
1.2 mail-storage-private.h, 1.13, 1.14 mail-storage.c, 1.35,
1.36 mail-storage.h, 1.90, 1.91 mail.c, NONE,
1.1 proxy-mail-storage.c, 1.6, NONE proxy-mail-storage.h, 1.2,
NONE proxy-mail.c, 1.8, NONE proxy-mail.h, 1.1,
NONE proxy-mailbox.c, 1.15, NONE proxy-mailbox.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list