From 18e4afdd3bc9ca452a9ce1198fa798fe1e3f8e22 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 13 Aug 2016 01:00:13 +0300 Subject: [PATCH] dsync: Added missing fields to ibc-stream. --- 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 a91879e7a6..17f9196bfb 100644 --- a/src/doveadm/dsync/dsync-ibc-stream.c +++ b/src/doveadm/dsync/dsync-ibc-stream.c @@ -114,7 +114,7 @@ static const struct { .required_keys = "type uid", .optional_keys = "guid hdr_hash modseq pvt_modseq " "add_flags remove_flags final_flags " - "keywords_reset keyword_changes" + "keywords_reset keyword_changes received_timestamp virtual_size" }, { .name = "mail_request", .chr = 'R', -- 2.47.3