forked from extern/egroupware
fix class Api\Mail\Config not found
This commit is contained in:
parent
bc0cf17b13
commit
e7a3c031b2
@ -187,7 +187,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface
|
||||
'cacheob' => new Cache(),
|
||||
)),
|
||||
);
|
||||
$config = Config::read('mail');
|
||||
$config = Api\Config::read('mail');
|
||||
// fix for Dovecot private seen flags: we must NOT allow Horde to cache flags (otherwise Seen does NOT change!)
|
||||
if (!empty($config['disable_caching']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user