gunnar: server/kolab-webclient/imp/configuration/imp-4.3.6 10-kolab_conf_base.php, 1.1, 1.2 conf.php, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Wed Apr 14 21:00:54 CEST 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/imp/configuration/imp-4.3.6
In directory doto:/tmp/cvs-serv25303/configuration/imp-4.3.6

Modified Files:
	10-kolab_conf_base.php conf.php 
Log Message:
Hid IMP and made the dynamic version (dimp) the default view.

Index: 10-kolab_conf_base.php
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/configuration/imp-4.3.6/10-kolab_conf_base.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 10-kolab_conf_base.php	18 Jan 2010 17:44:22 -0000	1.1
+++ 10-kolab_conf_base.php	14 Apr 2010 19:00:52 -0000	1.2
@@ -8,3 +8,7 @@
 $conf['hooks']['display_folder'] = true;
 
 $conf['sentmail']['driver'] = 'none';
+
+// Uncomment in order to allow your users to select the type of mailer they wish to use.
+// $conf['user']['force_view'] = null;
+// $conf['user']['select_view'] = true;

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/configuration/imp-4.3.6/conf.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- conf.php	22 Jan 2010 08:03:27 -0000	1.2
+++ conf.php	14 Apr 2010 19:00:52 -0000	1.3
@@ -14,8 +14,9 @@
 $conf['user']['allow_view_source'] = true;
 $conf['user']['alternate_login'] = false;
 $conf['user']['redirect_on_logout'] = false;
-$conf['user']['default_view'] = 'imp';
-$conf['user']['select_view'] = true;
+$conf['user']['default_view'] = 'dimp';
+$conf['user']['force_view'] = 'dimp';
+$conf['user']['select_view'] = false;
 $conf['server']['change_server'] = false;
 $conf['server']['change_port'] = false;
 $conf['server']['change_protocol'] = false;





More information about the commits mailing list