[dovecot-cvs] dovecot/src/pop3 main.c,1.13,1.14
cras at dovecot.org
cras at dovecot.org
Fri Jul 23 00:20:03 EEST 2004
Update of /home/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv11339/pop3
Modified Files:
main.c
Log Message:
Moved namespace and hierarchy separator handling to imap-specific code. LIST
now shows non-hidden namespaces in the LIST reply.
Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- main.c 10 Jul 2004 17:24:09 -0000 1.13
+++ main.c 22 Jul 2004 21:20:01 -0000 1.14
@@ -130,8 +130,7 @@
}
parse_workarounds();
- storage = mail_storage_create_with_data(mail, getenv("USER"),
- NULL, '\0');
+ storage = mail_storage_create_with_data(mail, getenv("USER"));
if (storage == NULL) {
/* failed */
if (mail != NULL && *mail != '\0')
More information about the dovecot-cvs
mailing list