SF.net SVN: postfixadmin:[446] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2008-08-14 22:08:28
|
Revision: 446
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=446&view=rev
Author: christian_boltz
Date: 2008-08-14 22:08:38 +0000 (Thu, 14 Aug 2008)
Log Message:
-----------
config.inc.php:
- set default for $CONF['create_mailbox_subdirs_prefix'] to 'INBOX.'
to be backward-compatible with the previously hardcoded value
Modified Paths:
--------------
trunk/config.inc.php
Modified: trunk/config.inc.php
===================================================================
--- trunk/config.inc.php 2008-08-14 19:03:41 UTC (rev 445)
+++ trunk/config.inc.php 2008-08-14 22:08:38 UTC (rev 446)
@@ -323,7 +323,7 @@
// $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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|