mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
setting ident_realname/email for mail accounts&identities where mail-server is managed by EGroupware
This commit is contained in:
parent
c93e4fdc0e
commit
6b926d5267
@ -64,7 +64,7 @@ class mail_compose
|
||||
var $composeID;
|
||||
var $sessionData;
|
||||
|
||||
function mail_compose()
|
||||
function __construct()
|
||||
{
|
||||
if (!isset($GLOBALS['egw_info']['flags']['js_link_registry']))
|
||||
{
|
||||
@ -984,6 +984,7 @@ class mail_compose
|
||||
$sel_options['mailaccount'][$singleIdentity['acc_id']] = $id_prepend.$iS;
|
||||
}
|
||||
}
|
||||
$sel_options['mailaccount'] = iterator_to_array(emailadmin_account::search());
|
||||
//error_log(__METHOD__.__LINE__.' Identities regarded/marked as default:'.array2string($defaultIds). ' MailProfileActive:'.$this->mail_bo->profileID);
|
||||
// if there are 2 defaultIDs, its most likely, that the user choose to set
|
||||
// the one not being the activeServerProfile to be his default Identity
|
||||
|
Loading…
Reference in New Issue
Block a user