]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: Add back missing -T parameter
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 28 Oct 2021 15:07:39 +0000 (17:07 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 29 Oct 2021 06:51:00 +0000 (06:51 +0000)
Broken by 5676c510bfa9217df05e9b7cb000ae3554d66f22

src/doveadm/doveadm-dsync.c

index 67412e4631e69dcc56fef97810093a4879013d51..081bafeec89431f8ea913d90b5bf806c8b537c78 100644 (file)
@@ -1320,6 +1320,7 @@ DOVEADM_CMD_PARAM('N', "all-namespaces", CMD_PARAM_BOOL, 0) \
 DOVEADM_CMD_PARAM('x', "exclude-mailbox", CMD_PARAM_ARRAY, 0) \
 DOVEADM_CMD_PARAM('s', "state", CMD_PARAM_STR, 0) \
 DOVEADM_CMD_PARAM('t', "sync-since-time", CMD_PARAM_STR, 0) \
+DOVEADM_CMD_PARAM('T', "timeout", CMD_PARAM_INT64, 0) \
 DOVEADM_CMD_PARAM('d', "default-destination", CMD_PARAM_BOOL, 0) \
 DOVEADM_CMD_PARAM('\0', "destination", CMD_PARAM_ARRAY, CMD_PARAM_FLAG_POSITIONAL)