mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
use new option to fetch the activeMailProfile by ProfileID
This commit is contained in:
parent
84b6a5d87c
commit
16b88bb9e7
@ -624,7 +624,7 @@ class felamimail_hooks
|
||||
$showMainScreenStuff= false;
|
||||
break;
|
||||
}
|
||||
$activeIdentity =& $preferences->getIdentity($icServerID);
|
||||
$activeIdentity =& $preferences->getIdentity($icServerID,true);
|
||||
if ($imapServer->_connected != 1) $connectionStatus = $bofelamimail->openConnection($icServerID);
|
||||
$folderObjects = $bofelamimail->getFolderObjects(true, false);
|
||||
$folderStatus = $bofelamimail->getFolderStatus($mailbox);
|
||||
|
Loading…
Reference in New Issue
Block a user