[dovecot-cvs] dovecot/src/lib-storage/index Makefile.am,1.17,1.18
tss at dovecot.org
tss at dovecot.org
Fri Mar 30 15:09:02 EEST 2007
- Previous message: [dovecot-cvs] dovecot configure.in,1.332,1.333
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/cydir .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 cydir-mail.c, NONE, 1.1 cydir-save.c, NONE, 1.1 cydir-storage.c, NONE, 1.1 cydir-storage.h, NONE, 1.1 cydir-sync.c, NONE, 1.1 cydir-sync.h, NONE, 1.1 cydir-transaction.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv17119/src/lib-storage/index
Modified Files:
Makefile.am
Log Message:
Added a simple cydir mail storage backend. It trusts index files completely:
if the indexes are gone, the mailbox starts completely empty and overwriting
the existing mail files. So probably not a good idea to use this in
production yet.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 22 Feb 2007 21:51:07 -0000 1.17
+++ Makefile.am 30 Mar 2007 12:08:59 -0000 1.18
@@ -1,4 +1,4 @@
-SUBDIRS = maildir mbox dbox
+SUBDIRS = maildir mbox dbox cydir
noinst_LIBRARIES = libstorage_index.a
- Previous message: [dovecot-cvs] dovecot configure.in,1.332,1.333
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/cydir .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 cydir-mail.c, NONE, 1.1 cydir-save.c, NONE, 1.1 cydir-storage.c, NONE, 1.1 cydir-storage.h, NONE, 1.1 cydir-sync.c, NONE, 1.1 cydir-sync.h, NONE, 1.1 cydir-transaction.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list