From d2b7bef2cd30a221638ac25c7aacf0771c5b88a9 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 14 Aug 2008 22:08:38 +0000 Subject: [PATCH] config.inc.php: - set default for $CONF['create_mailbox_subdirs_prefix'] to 'INBOX.' to be backward-compatible with the previously hardcoded value git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@446 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 3878a589..086ad8f8 100644 --- a/config.inc.php +++ b/config.inc.php @@ -323,7 +323,7 @@ $CONF['show_custom_colors']=array("lightgreen","lightblue"); // $CONF['create_mailbox_subdirs_host']='localhost'; // // Specify '' for Dovecot and 'INBOX.' for Courier. -$CONF['create_mailbox_subdirs_prefix']=''; +$CONF['create_mailbox_subdirs_prefix']='INBOX.'; // // Normally, the TCP port number does not have to be specified. // $CONF['create_mailbox_subdirs_hostport']=143;