[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
- Previous message: [dovecot-cvs] dovecot configure.in,1.314,1.315
- Next message: [dovecot-cvs] dovecot/src/plugins/fts-squat .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 fts-backend-squat.c, NONE, 1.1 fts-squat-plugin.c, NONE, 1.1 fts-squat-plugin.h, NONE, 1.1 squat-test.c, NONE, 1.1 squat-trie.c, NONE, 1.1 squat-trie.h, NONE, 1.1 squat-uidlist.c, NONE, 1.1 squat-uidlist.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [dovecot-cvs] dovecot configure.in,1.314,1.315
- Next message: [dovecot-cvs] dovecot/src/plugins/fts-squat .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 fts-backend-squat.c, NONE, 1.1 fts-squat-plugin.c, NONE, 1.1 fts-squat-plugin.h, NONE, 1.1 squat-test.c, NONE, 1.1 squat-trie.c, NONE, 1.1 squat-trie.h, NONE, 1.1 squat-uidlist.c, NONE, 1.1 squat-uidlist.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list