[dovecot-cvs] dovecot/src/lib-index Makefile.am, 1.26, 1.27 mail-hash.c, 1.20, 1.21 mail-hash.h, 1.8, 1.9

cras at dovecot.org cras at dovecot.org
Tue Jul 11 19:04:23 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv30824

Modified Files:
	Makefile.am 
Added Files:
	mail-hash.c mail-hash.h 
Log Message:
Added code to support hash table index files.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.am	8 Feb 2005 12:28:12 -0000	1.26
+++ Makefile.am	11 Jul 2006 16:04:21 -0000	1.27
@@ -12,6 +12,7 @@
 	mail-cache-lookup.c \
 	mail-cache-transaction.c \
 	mail-cache-sync-update.c \
+        mail-hash.c \
         mail-index.c \
         mail-index-dummy-view.c \
         mail-index-fsck.c \
@@ -32,6 +33,7 @@
 noinst_HEADERS = \
 	mail-cache.h \
 	mail-cache-private.h \
+        mail-hash.h \
 	mail-index.h \
 	mail-index-private.h \
 	mail-index-sync-private.h \





More information about the dovecot-cvs mailing list