[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c,1.35,1.36

cras at procontrol.fi cras at procontrol.fi
Sat Mar 15 02:33:50 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index/maildir
In directory danu:/tmp/cvs-serv1826

Modified Files:
	maildir-storage.c 
Log Message:
Renaming maildir subfolders inserted extra "." in the middle.



Index: maildir-storage.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- maildir-storage.c	9 Mar 2003 09:56:05 -0000	1.35
+++ maildir-storage.c	15 Mar 2003 00:33:47 -0000	1.36
@@ -439,7 +439,7 @@
 		i_assert(oldnamelen <= strlen(list->name));
 
 		t_push();
-		new_listname = t_strconcat(newname, ".",
+		new_listname = t_strconcat(newname,
 					   list->name + oldnamelen, NULL);
 		oldpath = maildir_get_path(storage, list->name);
 		newpath = maildir_get_path(storage, new_listname);




More information about the dovecot-cvs mailing list