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

cras at dovecot.org cras at dovecot.org
Mon Sep 18 02:15:56 EEST 2006


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

Modified Files:
	Makefile.am 
Log Message:
--with-lucene now enables lucene full text search indexing. Note that using
it breaks IMAP RFC. It also seems to have problems finding texts that have
special characters in them, such as email addresses.

You can anyway enable it by loading fts and fts_lucene plugins and setting
fts=lucene in plugin section.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	17 Sep 2006 16:28:10 -0000	1.7
+++ Makefile.am	17 Sep 2006 23:15:54 -0000	1.8
@@ -2,4 +2,8 @@
 ZLIB = zlib
 endif
 
-SUBDIRS = acl convert expire fts quota imap-quota trash $(ZLIB)
+if BUILD_LUCENE
+FTS_LUCENE = fts-lucene
+endif
+
+SUBDIRS = acl convert expire fts quota imap-quota trash $(ZLIB) $(FTS_LUCENE)



More information about the dovecot-cvs mailing list