gunnar: server/patches/horde/3.2-rc3/ingo HK-GW-Config_ingo-3.2-rc3.patch, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Thu Mar 13 16:37:27 CET 2008


Author: gunnar

Update of /kolabrepository/server/patches/horde/3.2-rc3/ingo
In directory doto:/tmp/cvs-serv17251/ingo

Added Files:
	HK-GW-Config_ingo-3.2-rc3.patch 
Log Message:
Horde patches for horde-3.2-rc3

--- NEW FILE: HK-GW-Config_ingo-3.2-rc3.patch ---
diff -r a755446c7bd3 ingo/config/backends.php.dist
--- a/ingo/config/backends.php.dist	Thu Mar 13 14:15:54 2008 +0100
+++ b/ingo/config/backends.php.dist	Thu Mar 13 14:16:10 2008 +0100
@@ -40,6 +40,8 @@
  *               give them permissions to do so. If you want to enable this
  *               feature, you need to set this parameter to true.
  */
+
+if (!$GLOBALS['conf']['kolab']['enabled']) {
 
 /* IMAP Example */
 $backends['imap'] = array(
@@ -278,6 +280,8 @@
     'scriptparams' => array()
 );
 
+}
+
 /* Kolab Example (using Sieve) */
 if ($GLOBALS['conf']['kolab']['enabled']) {
     require_once 'Horde/Kolab.php';
diff -r a755446c7bd3 ingo/config/conf.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ingo/config/conf.php	Thu Mar 13 14:16:10 2008 +0100
@@ -0,0 +1,15 @@
+<?php
+/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
+// $Horde: ingo/config/conf.xml,v 1.13.12.1 2007/12/20 14:05:46 jan Exp $
+$conf['menu']['apps'] = array();
+$conf['storage']['driver'] = 'prefs';
+$conf['storage']['maxblacklist'] = 0;
+$conf['storage']['maxwhitelist'] = 0;
+$conf['rules']['userheader'] = true;
+$conf['rules']['usefolderapi'] = true;
+$conf['spam']['header'] = 'X-Spam-Level';
+$conf['spam']['char'] = '*';
+$conf['spam']['compare'] = 'string';
+$conf['hooks']['vacation_addresses'] = false;
+$conf['hooks']['vacation_only'] = true;
+/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */





More information about the commits mailing list