forked from extern/egroupware
fix mail compose was not showing all identities after last commit
This commit is contained in:
parent
624a69a6bd
commit
027ef6bd18
@ -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