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

tss-movial at dovecot.org tss-movial at dovecot.org
Sat Dec 16 00:09:21 UTC 2006


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

Modified Files:
	Makefile.am 
Log Message:
Added lazy expunge plugin.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	1 Dec 2006 21:02:11 -0000	1.9
+++ Makefile.am	16 Dec 2006 00:09:19 -0000	1.10
@@ -6,4 +6,7 @@
 FTS_LUCENE = fts-lucene
 endif
 
-SUBDIRS = acl convert expire fts fts-squat quota imap-quota trash $(ZLIB) $(FTS_LUCENE)
+SUBDIRS = \
+	acl convert expire fts fts-squat lazy-expunge \
+	quota imap-quota trash \
+	$(ZLIB) $(FTS_LUCENE)



More information about the dovecot-cvs mailing list