diff src/lib-index/Makefile.am @ 2327:7d02e2a7672d HEAD

Header caching redesigned. New design allows caching decisions per field, so they can be divided to temporary/permanent. Cached headers are now always returned in original order, old code didn't guarantee it. Some other caching changes. (still missing code to store changes in caching decisions)
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Jul 2004 05:25:06 +0300
parents 2d51bb58a070
children fb7f862194b5
line wrap: on
line diff
--- a/src/lib-index/Makefile.am	Sun Jul 18 04:44:59 2004 +0300
+++ b/src/lib-index/Makefile.am	Sun Jul 18 05:25:06 2004 +0300
@@ -8,6 +8,7 @@
 	mail-cache.c \
 	mail-cache-compress.c \
 	mail-cache-decisions.c \
+	mail-cache-fields.c \
 	mail-cache-lookup.c \
 	mail-cache-transaction.c \
         mail-index.c \