[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.153, 1.154
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 11:20:01 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv21311
Modified Files:
mbox-storage.c
Log Message:
mbox uses "fs" mailbox listing, not "maildir++" (forgot to remove after testing).
Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- mbox-storage.c 16 Nov 2006 00:16:35 -0000 1.153
+++ mbox-storage.c 18 Nov 2006 11:19:59 -0000 1.154
@@ -362,7 +362,7 @@
pool = pool_alloconly_create("storage", 512);
storage = p_new(pool, struct mbox_storage, 1);
- if (mailbox_list_init("maildir++", &list_set,
+ if (mailbox_list_init("fs", &list_set,
mail_storage_get_list_flags(flags),
mailbox_storage_list_is_mailbox, storage,
&list, &error) < 0) {
More information about the dovecot-cvs
mailing list