[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
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index.c, 1.237, 1.238 mail-index-sync-update.c, 1.100, 1.101 mail-index-sync-private.h, 1.31, 1.32 mail-index-sync-ext.c, 1.19, 1.20 mail-index-private.h, 1.72, 1.73 mail-cache.c, 1.82, 1.83 mail-cache-sync-update.c, 1.10, 1.11 mail-cache-private.h, 1.30, 1.31
- Next message: [dovecot-cvs] dovecot/src/imap Makefile.am, 1.33, 1.34 imap-thread.c, 1.21, 1.22 imap-thread.h, 1.3, 1.4 main.c, 1.78, 1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 \
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index.c, 1.237, 1.238 mail-index-sync-update.c, 1.100, 1.101 mail-index-sync-private.h, 1.31, 1.32 mail-index-sync-ext.c, 1.19, 1.20 mail-index-private.h, 1.72, 1.73 mail-cache.c, 1.82, 1.83 mail-cache-sync-update.c, 1.10, 1.11 mail-cache-private.h, 1.30, 1.31
- Next message: [dovecot-cvs] dovecot/src/imap Makefile.am, 1.33, 1.34 imap-thread.c, 1.21, 1.22 imap-thread.h, 1.3, 1.4 main.c, 1.78, 1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list