mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fix class Api\Mail\Config not found
This commit is contained in:
parent
853d1b1b87
commit
4ef9b08457
@ -187,7 +187,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface
|
|||||||
'cacheob' => new Cache(),
|
'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!)
|
// fix for Dovecot private seen flags: we must NOT allow Horde to cache flags (otherwise Seen does NOT change!)
|
||||||
if (!empty($config['disable_caching']))
|
if (!empty($config['disable_caching']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user