changeset 1298:c2935bbfd399 HEAD

Renaming maildir subfolders inserted extra "." in the middle.
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Mar 2003 02:33:47 +0200
parents 1bab80054775
children e7ece7cfb14c
files src/lib-storage/index/maildir/maildir-storage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-storage.c	Sat Mar 15 00:15:43 2003 +0200
+++ b/src/lib-storage/index/maildir/maildir-storage.c	Sat Mar 15 02:33:47 2003 +0200
@@ -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);