[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.149, 1.150

cras at dovecot.org cras at dovecot.org
Sun Sep 17 19:21:49 EEST 2006


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

Modified Files:
	mbox-storage.c 
Log Message:
Added mail_storage_get_mailbox_index_dir().



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- mbox-storage.c	28 Jun 2006 16:31:09 -0000	1.149
+++ mbox-storage.c	17 Sep 2006 16:21:47 -0000	1.150
@@ -681,7 +681,7 @@
 }
 
 static const char *
-mbox_get_mailbox_control_dir(struct mail_storage *_storage, const char *name)
+mbox_get_mailbox_index_dir(struct mail_storage *_storage, const char *name)
 {
 	struct mbox_storage *storage = (struct mbox_storage *)_storage;
 	struct index_storage *istorage = INDEX_STORAGE(storage);
@@ -1107,7 +1107,8 @@
 		mbox_autodetect,
 		index_storage_set_callbacks,
 		mbox_get_mailbox_path,
-		mbox_get_mailbox_control_dir,
+		mbox_get_mailbox_index_dir,
+		mbox_get_mailbox_index_dir,
 		mbox_mailbox_open,
 		mbox_mailbox_create,
 		mbox_mailbox_delete,



More information about the dovecot-cvs mailing list