[dovecot-cvs] dovecot/src/deliver Makefile.am,1.4,1.5
tss at dovecot.org
tss at dovecot.org
Thu Nov 16 00:16:34 UTC 2006
- Previous message: [dovecot-cvs] dovecot configure.in,1.311,1.312
- Next message: [dovecot-cvs] dovecot/src/imap Makefile.am, 1.35, 1.36 cmd-list.c, 1.57, 1.58 cmd-subscribe.c, 1.15, 1.16 commands-util.c, 1.51, 1.52 main.c, 1.81, 1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv25364/src/deliver
Modified Files:
Makefile.am
Log Message:
Initial code for separation of mailbox accessing and directory layout
handling. It's not yet possible to change the default layouts though.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 12 Nov 2006 14:06:26 -0000 1.4
+++ Makefile.am 16 Nov 2006 00:16:31 -0000 1.5
@@ -23,7 +23,7 @@
../lib-storage/register/libstorage-register.a \
$(STORAGE_LIBS) \
../lib-storage/libstorage.a \
- ../lib-storage/subscription-file/libstorage_subscription_file.a \
+ ../lib-storage/list/libstorage_list.a \
../lib-imap/libimap.a \
../lib-mail/libmail.a \
../lib-dict/libdict.a \
- Previous message: [dovecot-cvs] dovecot configure.in,1.311,1.312
- Next message: [dovecot-cvs] dovecot/src/imap Makefile.am, 1.35, 1.36 cmd-list.c, 1.57, 1.58 cmd-subscribe.c, 1.15, 1.16 commands-util.c, 1.51, 1.52 main.c, 1.81, 1.82
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list