gunnar: server/kolab-webclient/dimp/configuration/dimp-1.1.4 conf.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 10:29:17 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/dimp/configuration/dimp-1.1.4
In directory doto:/tmp/cvs-serv31824/configuration/dimp-1.1.4

Added Files:
	conf.php 
Log Message:
Complete the dimp package. The patches still need to be merged.

--- NEW FILE: conf.php ---
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: dimp/config/conf.xml,v 1.30.2.6 2008/08/08 17:00:47 slusarz Exp $
$conf['hooks']['mailboxarray'] = false;
$conf['hooks']['previewview'] = false;
$conf['hooks']['messageview'] = false;
$conf['hooks']['addressformatting'] = false;
$conf['hooks']['msglist_format'] = false;
$conf['css_files'] = array();
$conf['js']['debug'] = false;
$conf['viewport']['buffer_pages'] = 5;
$conf['viewport']['limit_factor'] = 35;
$conf['viewport']['viewport_wait'] = 12;
$conf['viewport']['background_inbox'] = true;
$conf['search']['search_all'] = false;
$conf['menu']['apps'] = array('turba', 'ingo', 'kronolith', 'nag', 'mnemo');
/* 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