summaryrefslogtreecommitdiff
path: root/mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c')
-rw-r--r--mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c b/mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c
new file mode 100644
index 000000000000..4dccbc5a9897
--- /dev/null
+++ b/mail/dovecot-devel/files/patch-src::lib-storage::index::maildir::maildir-storage.c
@@ -0,0 +1,11 @@
+--- src/lib-storage/index/maildir/maildir-storage.c.orig Wed Feb 26 05:58:45 2003
++++ src/lib-storage/index/maildir/maildir-storage.c Sun Apr 20 02:33:17 2003
+@@ -434,7 +434,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);