[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
- Previous message: [dovecot-cvs] dovecot configure.in,1.305,1.306
- Next message: [dovecot-cvs] dovecot/src/plugins/fts .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 fts-api-private.h, NONE, 1.1 fts-api.c, NONE, 1.1 fts-api.h, NONE, 1.1 fts-plugin.c, NONE, 1.1 fts-plugin.h, NONE, 1.1 fts-storage.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [dovecot-cvs] dovecot configure.in,1.305,1.306
- Next message: [dovecot-cvs] dovecot/src/plugins/fts .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 fts-api-private.h, NONE, 1.1 fts-api.c, NONE, 1.1 fts-api.h, NONE, 1.1 fts-plugin.c, NONE, 1.1 fts-plugin.h, NONE, 1.1 fts-storage.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list