From: Timo Sirainen Date: Fri, 12 Aug 2016 22:00:13 +0000 (+0300) Subject: dsync: Added missing fields to ibc-stream. X-Git-Tag: 2.2.26~360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78def5d8eef3f5ee4d410daf9c490499e96b7036;p=thirdparty%2Fdovecot%2Fcore.git dsync: Added missing fields to ibc-stream. --- diff --git a/src/doveadm/dsync/dsync-ibc-stream.c b/src/doveadm/dsync/dsync-ibc-stream.c index b605e043df..ed7ed18f9f 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',