fix mail compose was not showing all identities after last commit

This commit is contained in:
Ralf Becker 2019-07-04 09:28:27 +02:00
parent 624a69a6bd
commit 027ef6bd18

View File

@ -408,7 +408,7 @@ class Account implements \ArrayAccess
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 ($this->acc_smtp_type == __NAMESPACE__.'\\Imap')
if ($this->acc_smtp_type == __NAMESPACE__.'\\Smtp')
{
return true;
}