[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.181, 1.182
tss at dovecot.org
tss at dovecot.org
Wed Apr 11 13:55:38 EEST 2007
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.163, 1.164
- Next message: [dovecot-cvs] dovecot/src/plugins/acl acl-api-private.h, 1.4, 1.5 acl-api.c, 1.4, 1.5 acl-api.h, 1.1, 1.2 acl-backend-vfile.c, 1.15, 1.16 acl-backend.c, 1.5, 1.6 acl-mailbox-list.c, 1.4, 1.5 acl-mailbox.c, 1.5, 1.6 acl-plugin.h, 1.4, 1.5 acl-storage.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv25327/index/mbox
Modified Files:
mbox-storage.c
Log Message:
Added mailbox_list to struct mail_namespace. Added a few functions to get
private data out of mailbox_list.
Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- mbox-storage.c 30 Mar 2007 18:57:36 -0000 1.181
+++ mbox-storage.c 11 Apr 2007 10:55:36 -0000 1.182
@@ -425,7 +425,7 @@
list_set.mail_storage_flags = &_storage->flags;
list_set.lock_method = &_storage->lock_method;
- if (mailbox_list_init(layout, &list_set,
+ if (mailbox_list_init(_storage->ns, layout, &list_set,
mail_storage_get_list_flags(_storage->flags),
&_storage->list, &error) < 0) {
i_error("mbox %s: %s", layout, error);
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.163, 1.164
- Next message: [dovecot-cvs] dovecot/src/plugins/acl acl-api-private.h, 1.4, 1.5 acl-api.c, 1.4, 1.5 acl-api.h, 1.1, 1.2 acl-backend-vfile.c, 1.15, 1.16 acl-backend.c, 1.5, 1.6 acl-mailbox-list.c, 1.4, 1.5 acl-mailbox.c, 1.5, 1.6 acl-plugin.h, 1.4, 1.5 acl-storage.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list