浏览代码

[Dovecot] Set --addheader by default, fixes #4025

andryyy 4 年之前
父节点
当前提交
84ba784550
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/Dockerfiles/dovecot/imapsync_cron.pl

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

@@ -127,6 +127,7 @@ while ($row = $sth->fetchrow_arrayref()) {
   my $generated_cmds = [ "/usr/local/bin/imapsync",
   "--tmpdir", "/tmp",
   "--nofoldersizes",
+  "--addheader",
   ($timeout1 gt "0" ? () : ('--timeout1', $timeout1)),
   ($timeout2 gt "0" ? () : ('--timeout2', $timeout2)),
   ($exclude eq "" ? () : ("--exclude", $exclude)),