Merge pull request #6682 from psuet/fix/imapsync

fix: imapsync gets correct timeouts from imapsync_runner.pl
This commit is contained in:
FreddleSpl0it 2025-09-09 12:34:02 +02:00 committed by GitHub
commit 56d083ced4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,8 +132,8 @@ while ($row = $sth->fetchrow_arrayref()) {
"--tmpdir", "/tmp",
"--nofoldersizes",
"--addheader",
($timeout1 gt "0" ? () : ('--timeout1', $timeout1)),
($timeout2 gt "0" ? () : ('--timeout2', $timeout2)),
($timeout1 le "0" ? () : ('--timeout1', $timeout1)),
($timeout2 le "0" ? () : ('--timeout2', $timeout2)),
($exclude eq "" ? () : ("--exclude", $exclude)),
($subfolder2 eq "" ? () : ('--subfolder2', $subfolder2)),
($maxage eq "0" ? () : ('--maxage', $maxage)),