From: Gunnar Wrobel
Date: Mon, 6 Dec 2010 06:10:42 +0000 (+0100) Subject: Horde_Kolab will be removed in Horde4 so this is invalid. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=74d16459ccf65799e46d14f2950c9695a4d2d1fb;p=horde.git Horde_Kolab will be removed in Horde4 so this is invalid. Using "localhost" for now but this needs to be replaced with the information from Kolab_Session later. --- diff --git a/imp/config/backends.php.dist b/imp/config/backends.php.dist index 8cdd94f63..4ffd1f5a0 100644 --- a/imp/config/backends.php.dist +++ b/imp/config/backends.php.dist @@ -367,10 +367,9 @@ $servers['secure-imap'] = array( ); if ($GLOBALS['conf']['kolab']['enabled']) { - require_once 'Horde/Kolab.php'; $servers['kolab'] = array( 'name' => 'Kolab Cyrus IMAP Server', - 'hostspec' => Kolab::getServer('imap'), + 'hostspec' => 'localhost', 'hordeauth' => 'full', 'protocol' => 'imap', 'port' => $GLOBALS['conf']['kolab']['imap']['port'],