dovecot-1.1: SEARCH NOT SUBJECT didn't work correctly.

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/e0e212e7deeb
changeset: 7328:e0e212e7deeb
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 03 08:59:07 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 a1b8a12521a0 -r e0e212e7deeb src/lib-storage/index/index-search.c
--- a/src/lib-storage/index/index-search.c	Mon Mar 03 07:20:38 2008 +0200
+++ b/src/lib-storage/index/index-search.c	Mon Mar 03 08:59:07 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