program/steps/settings/func.inc
@@ -94,7 +94,7 @@ } // get identities list and define 'mail' column $list = $RCMAIL->user->list_identities(); $list = $RCMAIL->user->list_emails(); foreach ($list as $idx => $row) { $list[$idx]['mail'] = trim($row['name'] . ' <' . rcube_utils::idn_to_utf8($row['email']) .'>'); }