forked from extern/egroupware
checking sieve enabled on imap-server object not account, so imap plugins can overwrite eg. always set this
This commit is contained in:
parent
cc0aad2d6b
commit
cbf4051ef3
@ -822,7 +822,7 @@ class mail_ui
|
||||
'child'=> (int)($acc_id != $_profileID || $folderObjects), // dynamic loading on unfold
|
||||
'parent' => '',
|
||||
// mark on account if Sieve is enabled
|
||||
'data' => array('sieve' => $accountObj->acc_sieve_enabled),
|
||||
'data' => array('sieve' => $accountObj->imapServer()->acc_sieve_enabled),
|
||||
);
|
||||
$this->setOutStructure($oA, $out, self::$delimiter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user