[dovecot-cvs] dovecot/src/imap main.c,1.40,1.41

cras at procontrol.fi cras at procontrol.fi
Sun Jul 27 07:12:15 EEST 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv23650/imap

Modified Files:
	main.c 
Log Message:
Mail storages support now configurable namespace prefix and hierarchy
separator. Subscription file handling needs some more thought.



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/main.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- main.c	26 Jul 2003 18:22:44 -0000	1.40
+++ main.c	27 Jul 2003 03:12:13 -0000	1.41
@@ -121,7 +121,7 @@
 			mail = t_strconcat("maildir:", mail, NULL);
 	}
 
-	storage = mail_storage_create_with_data(mail, user);
+	storage = mail_storage_create_with_data(mail, user, NULL, '\0');
 	if (storage == NULL) {
 		/* failed */
 		if (mail != NULL && *mail != '\0')



More information about the dovecot-cvs mailing list