[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.58, 1.59

cras at dovecot.org cras at dovecot.org
Fri Jul 23 00:20:03 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv11339/lib-storage/index

Modified Files:
	index-storage.c 
Log Message:
Moved namespace and hierarchy separator handling to imap-specific code. LIST
now shows non-hidden namespaces in the LIST reply.



Index: index-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-storage.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- index-storage.c	18 Jul 2004 02:25:07 -0000	1.58
+++ index-storage.c	22 Jul 2004 21:20:01 -0000	1.59
@@ -44,7 +44,6 @@
 
 void index_storage_deinit(struct index_storage *storage)
 {
-	i_free(storage->storage.namespace);
 	i_free(storage->storage.error);
 
 	if (--index_storage_refcount > 0)



More information about the dovecot-cvs mailing list