dovecot-1.2: dbox: Reversed the forced MAILBOXDIR change after a...

dovecot at dovecot.org dovecot at dovecot.org
Wed Mar 25 00:01:34 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/ecf7b65fdda1
changeset: 8854:ecf7b65fdda1
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 24 17:19:38 2009 -0400
description:
dbox: Reversed the forced MAILBOXDIR change after all. v1.3 can force it then.

diffstat:

1 file changed, 5 deletions(-)
src/lib-storage/index/dbox/dbox-storage.c |    5 -----

diffs (15 lines):

diff -r 7a463166d607 -r ecf7b65fdda1 src/lib-storage/index/dbox/dbox-storage.c
--- a/src/lib-storage/index/dbox/dbox-storage.c	Tue Mar 24 17:10:29 2009 -0400
+++ b/src/lib-storage/index/dbox/dbox-storage.c	Tue Mar 24 17:19:38 2009 -0400
@@ -73,11 +73,6 @@ dbox_get_list_settings(struct mailbox_li
 	if (mailbox_list_settings_parse(data, list_set, storage->ns,
 					layout_r, alt_dir_r, error_r) < 0)
 		return -1;
-
-	if (*list_set->mailbox_dir_name == '\0') {
-		*error_r = "dbox: MAILBOXDIR must not be empty";
-		return -1;
-	}
 
 	if (*list_set->mailbox_dir_name == '\0' &&
 	    list_set->subscription_fname == subs_fname)


More information about the dovecot-cvs mailing list