dovecot: Added index-sync-changes.[ch]
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jul 9 05:44:35 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/025e92f4f75a
changeset: 5900:025e92f4f75a
user: Timo Sirainen <tss at iki.fi>
date: Sun Jul 08 20:18:06 2007 +0300
description:
Added index-sync-changes.[ch]
diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
src/lib-storage/index/Makefile.am | 4 +++-
diffs (19 lines):
diff -r f29b93c0519c -r 025e92f4f75a src/lib-storage/index/Makefile.am
--- a/src/lib-storage/index/Makefile.am Sun Jul 08 20:13:12 2007 +0300
+++ b/src/lib-storage/index/Makefile.am Sun Jul 08 20:18:06 2007 +0300
@@ -19,12 +19,14 @@ libstorage_index_a_SOURCES = \
index-status.c \
index-storage.c \
index-sync.c \
+ index-sync-changes.c \
index-transaction.c
headers = \
index-mail.h \
index-sort.h \
- index-storage.h
+ index-storage.h \
+ index-sync-changes.h
if INSTALL_HEADERS
pkginc_libdir=$(pkgincludedir)/src/lib-storage/index
More information about the dovecot-cvs
mailing list