mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
* eMail: if available show emailaddress of defaultprofile
This commit is contained in:
parent
90d55d2722
commit
eb7208a02d
@ -152,6 +152,10 @@ class felamimail_hooks
|
||||
//$identities[0] = $defaultIdentity->realName.' '.$defaultIdentity->organization.' <'.$defaultIdentity->emailAddress.'>';
|
||||
}
|
||||
}
|
||||
foreach ($identities as $tmpkey => $identity)
|
||||
{
|
||||
$identities[$tmpkey] = str_replace(array('<','>'),array('<','>'),$identity);
|
||||
}
|
||||
if (isset($GLOBALS['egw']->preferences->default['felamimail']['ActiveProfileID'])) unset($GLOBALS['egw']->preferences->default['felamimail']['ActiveProfileID']);
|
||||
if($bofelamimail->openConnection($profileID)) {
|
||||
$folderObjects = $bofelamimail->getFolderObjects(true, false);
|
||||
|
Loading…
Reference in New Issue
Block a user