[dovecot-cvs] dovecot/src/lib-storage mail-search.c,1.15,1.16

cras at dovecot.org cras at dovecot.org
Fri Aug 6 21:05:48 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv24414

Modified Files:
	mail-search.c 
Log Message:
SEARCH TEXT was broken



Index: mail-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/mail-search.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mail-search.c	26 Oct 2003 19:41:09 -0000	1.15
+++ mail-search.c	6 Aug 2004 18:05:45 -0000	1.16
@@ -145,6 +145,8 @@
 		break;
 	case SEARCH_TEXT:
 		*have_text = TRUE;
+		*have_headers = TRUE;
+		*have_body = TRUE;
 		break;
 	default:
 		break;



More information about the dovecot-cvs mailing list