view src/plugins/Makefile.am @ 5633:fbb4bdbbf374 HEAD

Added mbox snarf plugin to move mails from /var/spool/mail to ~/mbox if it exists.
author Timo Sirainen <tss@iki.fi>
date Thu, 17 May 2007 20:25:26 +0300
parents aa0927730b5c
children 8fc919084252
line wrap: on
line source

if BUILD_ZLIB
ZLIB = zlib
endif

if BUILD_LUCENE
FTS_LUCENE = fts-lucene
endif

SUBDIRS = \
	acl convert expire fts fts-squat lazy-expunge mail-log mbox-snarf \
	quota imap-quota trash \
	$(ZLIB) $(FTS_LUCENE)