From: Timo Sirainen Date: Tue, 27 Jan 2015 00:19:01 +0000 (+0200) Subject: fts: When indexing address headers, don't add MISSING_MAILBOX or MISSING_DOMAIN. X-Git-Tag: 2.2.16.rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f7c7c3ef03fbf956df028a49f2fa6830428509;p=thirdparty%2Fdovecot%2Fcore.git fts: When indexing address headers, don't add MISSING_MAILBOX or MISSING_DOMAIN. --- diff --git a/src/plugins/fts/fts-build-mail.c b/src/plugins/fts/fts-build-mail.c index a09555bb64..583f279880 100644 --- a/src/plugins/fts/fts-build-mail.c +++ b/src/plugins/fts/fts-build-mail.c @@ -129,7 +129,7 @@ static void fts_build_mail_header(struct fts_mail_build_context *ctx, addr = message_address_parse(pool_datastack_create(), hdr->full_value, hdr->full_value_len, - UINT_MAX, TRUE); + UINT_MAX, FALSE); str = t_str_new(hdr->full_value_len); message_address_write(str, addr);