[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


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);



More information about the dovecot-cvs mailing list