[dovecot-cvs] dovecot/src/pop3 main.c,1.8,1.9

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


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

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/pop3/main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- main.c	26 Jul 2003 18:29:02 -0000	1.8
+++ main.c	27 Jul 2003 03:12:14 -0000	1.9
@@ -91,7 +91,8 @@
 			mail = t_strconcat("maildir:", mail, NULL);
 	}
 
-	storage = mail_storage_create_with_data(mail, getenv("USER"));
+	storage = mail_storage_create_with_data(mail, getenv("USER"),
+						NULL, '\0');
 	if (storage == NULL) {
 		/* failed */
 		if (mail != NULL && *mail != '\0')



More information about the dovecot-cvs mailing list