dovecot-2.2: fts: When indexing address headers, don't add MISSI...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 27 00:20:25 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/93851d1ca12d
changeset: 18203:93851d1ca12d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 27 02:19:01 2015 +0200
description:
fts: When indexing address headers, don't add MISSING_MAILBOX or MISSING_DOMAIN.

diffstat:

 src/plugins/fts/fts-build-mail.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r eaa37c259891 -r 93851d1ca12d src/plugins/fts/fts-build-mail.c
--- a/src/plugins/fts/fts-build-mail.c	Tue Jan 27 02:07:10 2015 +0200
+++ b/src/plugins/fts/fts-build-mail.c	Tue Jan 27 02:19:01 2015 +0200
@@ -129,7 +129,7 @@
 		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);
 


More information about the dovecot-cvs mailing list