aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c')
-rw-r--r--mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c b/mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c
deleted file mode 100644
index 4dccbc5a9897..000000000000
--- a/mail/dovecot/files/patch-src::lib-storage::index::maildir::maildir-storage.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);