use new option to fetch the activeMailProfile by ProfileID

This commit is contained in:
Klaus Leithoff 2011-07-19 08:28:56 +00:00
parent 84b6a5d87c
commit 16b88bb9e7

View File

@ -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);