]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Renaming maildir subfolders inserted extra "." in the middle.
authorTimo Sirainen <tss@iki.fi>
Sat, 15 Mar 2003 00:33:47 +0000 (02:33 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 15 Mar 2003 00:33:47 +0000 (02:33 +0200)
--HG--
branch : HEAD

src/lib-storage/index/maildir/maildir-storage.c

index 1c6bd459d69bdb5115583154c6cbea75ebdafef1..d8c2dd2ea5aa1f8495c148a96ce5dd15c6a872f2 100644 (file)
@@ -439,7 +439,7 @@ static int rename_subfolders(struct mail_storage *storage,
                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);