projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c52a3
)
Horde_Kolab will be removed in Horde4 so this is invalid.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 6 Dec 2010 06:10:42 +0000
(07:10 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 6 Dec 2010 06:10:42 +0000
(07:10 +0100)
Using "localhost" for now but this needs to be replaced with
the information from Kolab_Session later.
imp/config/backends.php.dist
patch
|
blob
|
history
diff --git
a/imp/config/backends.php.dist
b/imp/config/backends.php.dist
index
8cdd94f
..
4ffd1f5
100644
(file)
--- 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'],