mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
If business email cannot be parsed, continue to home email.
Fixes bug where contacts with only personal email address were not shown in taglist-email
This commit is contained in:
parent
8e657aeb0e
commit
0f6c23a5e0
@ -3324,7 +3324,7 @@ class mail_compose
|
|||||||
$_rfcAddr=$rfcAddr->first();
|
$_rfcAddr=$rfcAddr->first();
|
||||||
if (!$_rfcAddr->valid)
|
if (!$_rfcAddr->valid)
|
||||||
{
|
{
|
||||||
break; // skip address if we encounter an error here
|
continue; // skip address if we encounter an error here
|
||||||
}
|
}
|
||||||
$email = $_rfcAddr->mailbox.'@'.$_rfcAddr->host;
|
$email = $_rfcAddr->mailbox.'@'.$_rfcAddr->host;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user