|
@@ -884,11 +884,6 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se
|
|
if (count($idents) > 1) {
|
|
if (count($idents) > 1) {
|
|
foreach($idents as $nr=>$data) {
|
|
foreach($idents as $nr=>$data) {
|
|
$enc_from_name = '"'.$data['full_name'].'" <'. $data['email_address'].'>';
|
|
$enc_from_name = '"'.$data['full_name'].'" <'. $data['email_address'].'>';
|
|
- if(strtolower($enc_from_name) == strtolower($orig_from)) {
|
|
|
|
- $identity = $nr;
|
|
|
|
- // don't stop! need to build $identities array for idents match below
|
|
|
|
- //break;
|
|
|
|
- }
|
|
|
|
$identities[] = $enc_from_name;
|
|
$identities[] = $enc_from_name;
|
|
}
|
|
}
|
|
|
|
|