gunnar: server/kolab-webclient/mimp/configuration/mimp-1.1.3 conf.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 09:41:37 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/mimp/configuration/mimp-1.1.3
In directory doto:/tmp/cvs-serv30558/configuration/mimp-1.1.3

Added Files:
	conf.php 
Log Message:
Complete the mimp package.

--- NEW FILE: conf.php ---
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: mimp/config/conf.xml,v 1.11.2.2 2008/04/23 05:07:06 slusarz Exp $
$conf['mailbox']['max_from_chars'] = 10;
$conf['mailbox']['max_subj_chars'] = 20;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
if (file_exists(dirname(__FILE__) . '/conf.local.php')) {
  require(dirname(__FILE__) . '/conf.local.php');
}






More information about the commits mailing list