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

tss at dovecot.org tss at dovecot.org
Fri Dec 1 21:02:14 UTC 2006


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

Modified Files:
	Makefile.am 
Log Message:
Added "squat" full text search indexer backend. Its name and basic ideas
originate to Cyrus's squat index, but Dovecot's implementation is completely
different and it supports incremental updates.

Still a bit broken and lacks locking, but I wanted to get this into CVS now.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	17 Sep 2006 23:15:54 -0000	1.8
+++ Makefile.am	1 Dec 2006 21:02:11 -0000	1.9
@@ -6,4 +6,4 @@
 FTS_LUCENE = fts-lucene
 endif
 
-SUBDIRS = acl convert expire fts quota imap-quota trash $(ZLIB) $(FTS_LUCENE)
+SUBDIRS = acl convert expire fts fts-squat quota imap-quota trash $(ZLIB) $(FTS_LUCENE)



More information about the dovecot-cvs mailing list