[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.50, 1.51

tss at dovecot.org tss at dovecot.org
Wed Apr 11 13:55:37 EEST 2007


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

Modified Files:
	dbox-storage.c 
Log Message:
Added mailbox_list to struct mail_namespace. Added a few functions to get
private data out of mailbox_list.



Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- dbox-storage.c	3 Apr 2007 07:31:49 -0000	1.50
+++ dbox-storage.c	11 Apr 2007 10:55:35 -0000	1.51
@@ -205,7 +205,7 @@
 		}
 	}
 
-	if (mailbox_list_init("fs", &list_set,
+	if (mailbox_list_init(_storage->ns, "fs", &list_set,
 			      mail_storage_get_list_flags(_storage->flags),
 			      &list, &error) < 0) {
 		i_error("dbox fs: %s", error);



More information about the dovecot-cvs mailing list