diff src/lib-index/Makefile.am @ 3114:7c7299d1acfe HEAD

Instead of using separate transaction sorting code for syncing, just put the data from transactions into a temporary transaction and read it from there.
author Timo Sirainen <tss@iki.fi>
date Sat, 22 Jan 2005 18:56:37 +0200
parents 61c8d205d887
children 9a8bf1c86699
line wrap: on
line diff
--- a/src/lib-index/Makefile.am	Sat Jan 22 18:45:24 2005 +0200
+++ b/src/lib-index/Makefile.am	Sat Jan 22 18:56:37 2005 +0200
@@ -13,6 +13,7 @@
 	mail-cache-transaction.c \
 	mail-cache-sync-update.c \
         mail-index.c \
+        mail-index-dummy-view.c \
         mail-index-fsck.c \
         mail-index-lock.c \
         mail-index-transaction.c \