Update imapsync_cron.pl
This commit is contained in:
parent
1dcfb15a46
commit
55cd58f14c
@ -76,10 +76,9 @@ while ($row = $sth->fetchrow_arrayref()) {
|
|||||||
"--subscribeall",
|
"--subscribeall",
|
||||||
"--nofoldersizes",
|
"--nofoldersizes",
|
||||||
"--skipsize",
|
"--skipsize",
|
||||||
"--buffersize 8192000",
|
"--buffersize", "8192000",
|
||||||
"--skipheader 'X-*'",
|
"--split1", "3000",
|
||||||
"--split1 3000",
|
"--split2", "3000",
|
||||||
"--split2 3000",
|
|
||||||
"--fastio1",
|
"--fastio1",
|
||||||
"--fastio2",
|
"--fastio2",
|
||||||
($exclude eq "" ? () : ("--exclude", $exclude)),
|
($exclude eq "" ? () : ("--exclude", $exclude)),
|
||||||
|
Loading…
Reference in New Issue
Block a user