view src/lib-index/mbox/Makefile.am @ 160:ff05b320482c HEAD

Bigger changes.. full_virtual_size was removed from index record and MessagePart caching is now forced. Also added per-message flags, including binary flags which can be used to check if CRs need to be inserted into message data. Added mbox-rewrite support which can be used to write out mbox file with updated flags. This still has the problem of being able to read changed custom flags, that'll require another bigger change. There's also several other mostly mbox related fixes.
author Timo Sirainen <tss@iki.fi>
date Fri, 06 Sep 2002 16:43:58 +0300
parents a946ce1f09b7
children 83da62e0675a
line wrap: on
line source

noinst_LIBRARIES = libstorage_index_mbox.a

INCLUDES = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail \
	-I$(top_srcdir)/src/lib-imap \
	-I$(top_srcdir)/src/lib-index

libstorage_index_mbox_a_SOURCES = \
	mbox-append.c \
	mbox-from.c \
	mbox-fsck.c \
	mbox-index.c \
	mbox-lock.c \
	mbox-open.c \
	mbox-rebuild.c \
	mbox-rewrite.c \
	mbox-sync.c

noinst_HEADERS = \
	mbox-index.h \
	mbox-lock.h