[Dovecot] Set --addheader by default, fixes #4025
This commit is contained in:
		@@ -127,6 +127,7 @@ while ($row = $sth->fetchrow_arrayref()) {
 | 
				
			|||||||
  my $generated_cmds = [ "/usr/local/bin/imapsync",
 | 
					  my $generated_cmds = [ "/usr/local/bin/imapsync",
 | 
				
			||||||
  "--tmpdir", "/tmp",
 | 
					  "--tmpdir", "/tmp",
 | 
				
			||||||
  "--nofoldersizes",
 | 
					  "--nofoldersizes",
 | 
				
			||||||
 | 
					  "--addheader",
 | 
				
			||||||
  ($timeout1 gt "0" ? () : ('--timeout1', $timeout1)),
 | 
					  ($timeout1 gt "0" ? () : ('--timeout1', $timeout1)),
 | 
				
			||||||
  ($timeout2 gt "0" ? () : ('--timeout2', $timeout2)),
 | 
					  ($timeout2 gt "0" ? () : ('--timeout2', $timeout2)),
 | 
				
			||||||
  ($exclude eq "" ? () : ("--exclude", $exclude)),
 | 
					  ($exclude eq "" ? () : ("--exclude", $exclude)),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user