[dovecot-cvs] dovecot/src/plugins Makefile.am,1.6,1.7

cras at dovecot.org cras at dovecot.org
Sun Sep 17 19:28:13 EEST 2006


Update of /var/lib/cvs/dovecot/src/plugins
In directory talvi:/tmp/cvs-serv5772/src/plugins

Modified Files:
	Makefile.am 
Log Message:
Added full text search plugin framework. Still missing support for handling
expunges. Also it could use better logic with more complex SEARCH queries to
figure out when the FTS index should be used.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	30 Jul 2006 23:12:53 -0000	1.6
+++ Makefile.am	17 Sep 2006 16:28:10 -0000	1.7
@@ -2,4 +2,4 @@
 ZLIB = zlib
 endif
 
-SUBDIRS = acl convert expire quota imap-quota trash $(ZLIB)
+SUBDIRS = acl convert expire fts quota imap-quota trash $(ZLIB)



More information about the dovecot-cvs mailing list