summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2007-05-01 14:24:14 +0000
committerCHTEKK <CHTEKK@localhost>2007-05-01 14:24:14 +0000
commitc457495f3c9a3719d5daed2c93c4b181c87f25bb (patch)
tree6a25decd79a96ffa7e15501eb30a6e96a40d5785
parentAdd maildirfolder file creation fix for Maildir++ compatibility, thanks to To... (diff)
downloadchtekk-c457495f3c9a3719d5daed2c93c4b181c87f25bb.tar.gz
chtekk-c457495f3c9a3719d5daed2c93c4b181c87f25bb.tar.bz2
chtekk-c457495f3c9a3719d5daed2c93c4b181c87f25bb.zip
Fix copy&paste error.
svn path=/; revision=49
-rw-r--r--vda/postfix-2.4.1-vda-ng.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/vda/postfix-2.4.1-vda-ng.patch b/vda/postfix-2.4.1-vda-ng.patch
index d5ff590..69a4c19 100644
--- a/vda/postfix-2.4.1-vda-ng.patch
+++ b/vda/postfix-2.4.1-vda-ng.patch
@@ -345,7 +345,7 @@ diff -Nru postfix-2.4.1/src/virtual/mailbox.c postfix-2.4.1-vda/src/virtual/mail
* Cleanup.
diff -Nru postfix-2.4.1/src/virtual/maildir.c postfix-2.4.1-vda/src/virtual/maildir.c
--- postfix-2.4.1/src/virtual/maildir.c 2006-06-26 14:59:19.000000000 +0200
-+++ postfix-2.4.1-vda/src/virtual/maildir.c 2007-05-01 16:13:32.000000000 +0200
++++ postfix-2.4.1-vda/src/virtual/maildir.c 2007-05-01 16:24:21.000000000 +0200
@@ -63,28 +63,406 @@
#include <mbox_open.h>
#include <dsn_util.h>
@@ -1102,8 +1102,8 @@ diff -Nru postfix-2.4.1/src/virtual/maildir.c postfix-2.4.1-vda/src/virtual/mail
+ newdir = concatenate(newfile, cmd_text, "/", "new/", (char *) 0);
+ tmpdir = concatenate(newfile, cmd_text, "/", "tmp/", (char *) 0);
+ curdir = concatenate(newfile, cmd_text, "/", "cur/", (char *) 0);
-+ newfile = concatenate(newfile, cmd_text, "/", "new/", bkpnewfile, (char *) 0);
+ mdffilename = concatenate(newfile, cmd_text, "/", "maildirfolder", (char *) 0);
++ newfile = concatenate(newfile, cmd_text, "/", "new/", bkpnewfile, (char *) 0);
+ }
+ }
+