gunnar: server/horde-imp servers.php,1.1,1.2

cvs at kolab.org cvs at kolab.org
Fri May 25 15:06:20 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde-imp
In directory doto:/tmp/cvs-serv20079

Modified Files:
	servers.php 
Log Message:
Fixed the servers.php config for imp.

Index: servers.php
===================================================================
RCS file: /kolabrepository/server/horde-imp/servers.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- servers.php	25 May 2007 10:55:37 -0000	1.1
+++ servers.php	25 May 2007 13:06:18 -0000	1.2
@@ -206,14 +206,6 @@
  *              value for this setting is 1.
  */
 
-/* Any entries whose key value ('foo' in $servers['foo']) begin with '_'
- * (an underscore character) will be treated as prompts, and you won't be
- * able to log in to them. The only property these entries need is 'name'.
- * This lets you put labels in the list, like this example: */
-$servers['_prompt'] = array(
-    'name' => _("Choose a mail server:")
-);
-
 if ($GLOBALS['conf']['kolab']['enabled']) {
     require_once 'Horde/Kolab.php';
 
@@ -233,7 +225,7 @@
         'realm' => '',
         'preferred' => '',
         'quota' => array(
-            'driver' => 'cyrus',
+            'driver' => 'imap',
             'params' => array(),
         ),
         'acl' => array(





More information about the commits mailing list