dovecot: Default maildir_name was missing.

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 15 07:14:45 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/ed4e708951de
changeset: 6804:ed4e708951de
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 15 07:14:41 2007 +0200
description:
Default maildir_name was missing.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/dbox/dbox-storage.c |    2 +-

diffs (12 lines):

diff -r 9f40c3f83773 -r ed4e708951de src/lib-storage/index/dbox/dbox-storage.c
--- a/src/lib-storage/index/dbox/dbox-storage.c	Thu Nov 15 03:28:56 2007 +0200
+++ b/src/lib-storage/index/dbox/dbox-storage.c	Thu Nov 15 07:14:41 2007 +0200
@@ -49,7 +49,7 @@ dbox_get_list_settings(struct mailbox_li
 
 	memset(list_set, 0, sizeof(*list_set));
 	list_set->subscription_fname = DBOX_SUBSCRIPTION_FILE_NAME;
-	list_set->maildir_name = "";
+	list_set->maildir_name = DBOX_MAILDIR_NAME;
 
 	if (data == NULL || *data == '\0' || *data == ':') {
 		/* we won't do any guessing for this format. */


More information about the dovecot-cvs mailing list