From dcdf46b6e4fa33af3ca99aab58e0da330edfc310 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 25 Sep 2017 10:28:03 +0300 Subject: [PATCH] dsync: Add missing space to handshake optional keys --- src/doveadm/dsync/dsync-ibc-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doveadm/dsync/dsync-ibc-stream.c b/src/doveadm/dsync/dsync-ibc-stream.c index 454c7bbc4d..661258aa78 100644 --- a/src/doveadm/dsync/dsync-ibc-stream.c +++ b/src/doveadm/dsync/dsync-ibc-stream.c @@ -78,7 +78,7 @@ static const struct { "debug sync_visible_namespaces exclude_mailboxes " "send_mail_requests backup_send backup_recv lock_timeout " "no_mail_sync no_mailbox_renames no_backup_overwrite purge_remote " - "no_notify sync_since_timestamp sync_max_size sync_flags sync_until_timestamp" + "no_notify sync_since_timestamp sync_max_size sync_flags sync_until_timestamp " "virtual_all_box empty_hdr_workaround import_commit_msgs_interval" }, { .name = "mailbox_state", -- 2.47.3