From 8eb05d1450445658a1870f6ff0bc66c82f559e4a Mon Sep 17 00:00:00 2001 From: eXtremeSHOK Date: Wed, 14 Feb 2018 14:02:56 +0200 Subject: [PATCH] Fix for large Mailboxes to avoid timeouts 2 Missing ' (sorry my editor keeps correcting the '" to " ) --- data/Dockerfiles/dovecot/imapsync_cron.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/dovecot/imapsync_cron.pl b/data/Dockerfiles/dovecot/imapsync_cron.pl index c441d7f9..47f9bbf7 100755 --- a/data/Dockerfiles/dovecot/imapsync_cron.pl +++ b/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",