Explorar o código

Merge pull request #1043 from extremeshok/patch-4

Fix for large Mailboxes to avoid timeouts 2
André Peters %!s(int64=7) %!d(string=hai) anos
pai
achega
8588953d28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data/Dockerfiles/dovecot/imapsync_cron.pl

+ 1 - 1
data/Dockerfiles/dovecot/imapsync_cron.pl

@@ -77,7 +77,7 @@ while ($row = $sth->fetchrow_arrayref()) {
 	"--nofoldersizes",
 	"--skipsize",
 	"--buffersize 8192000",
-	"--skipheader 'X-*",
+	"--skipheader 'X-*'",
 	"--split1 3000",
 	"--split2 3000",
 	"--fastio1",