dovecot: SEARCH NOT SUBJECT didn't work correctly.

dovecot at dovecot.org dovecot at dovecot.org
Mon Mar 3 08:59:14 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/028939047ffb
changeset: 7323:028939047ffb
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 03 08:59:10 2008 +0200
description:
SEARCH NOT SUBJECT didn't work correctly.

diffstat:

1 file changed, 1 insertion(+)
src/lib-storage/index/index-search.c |    1 +

diffs (11 lines):

diff -r 1defcf913178 -r 028939047ffb src/lib-storage/index/index-search.c
--- a/src/lib-storage/index/index-search.c	Mon Mar 03 07:20:41 2008 +0200
+++ b/src/lib-storage/index/index-search.c	Mon Mar 03 08:59:10 2008 +0200
@@ -459,6 +459,7 @@ static void search_header_unmatch(struct
 		break;
 	case SEARCH_HEADER:
 	case SEARCH_HEADER_ADDRESS:
+	case SEARCH_HEADER_COMPRESS_LWSP:
 		ARG_SET_RESULT(arg, 0);
 		break;
 	default:


More information about the dovecot-cvs mailing list