mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 06:21:00 +01:00
fix mail compose was not showing all identities after last commit
This commit is contained in:
parent
7562bfa710
commit
214db7926a
@ -408,7 +408,7 @@ class Account implements \ArrayAccess
|
|||||||
return false; // no imap host or credentials
|
return false; // no imap host or credentials
|
||||||
}
|
}
|
||||||
// if we are not managing the mail-server, we do NOT need to check deliveryMode and accountStatus
|
// if we are not managing the mail-server, we do NOT need to check deliveryMode and accountStatus
|
||||||
if ($this->acc_smtp_type == __NAMESPACE__.'\\Imap')
|
if ($this->acc_smtp_type == __NAMESPACE__.'\\Smtp')
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user