[dovecot-cvs] dovecot/src/deliver Makefile.am, 1.5, 1.6 deliver.c, 1.40, 1.41

tss at dovecot.org tss at dovecot.org
Sun Dec 10 12:35:04 UTC 2006


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv943/deliver

Modified Files:
	Makefile.am deliver.c 
Log Message:
Only imap binary was actually working.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	16 Nov 2006 00:16:31 -0000	1.5
+++ Makefile.am	10 Dec 2006 12:35:02 -0000	1.6
@@ -21,9 +21,9 @@
 
 libs = \
 	../lib-storage/register/libstorage-register.a \
+	../lib-storage/list/libstorage_list.a \
 	$(STORAGE_LIBS) \
 	../lib-storage/libstorage.a \
-	../lib-storage/list/libstorage_list.a \
 	../lib-imap/libimap.a \
 	../lib-mail/libmail.a \
 	../lib-dict/libdict.a \

Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- deliver.c	6 Dec 2006 15:08:38 -0000	1.40
+++ deliver.c	10 Dec 2006 12:35:02 -0000	1.41
@@ -530,6 +530,7 @@
         duplicate_init();
         mail_storage_init();
 	mail_storage_register_all();
+	mailbox_list_register_all();
 
 	/* MAIL comes from userdb, MAIL_LOCATION from dovecot.conf */
 	mail_env = getenv("MAIL");



More information about the dovecot-cvs mailing list