[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


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
 



More information about the dovecot-cvs mailing list