mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
- last commit fix
This commit is contained in:
@@ -1291,7 +1291,7 @@ function rcmail_address_string($input, $max=NULL, $addicon=NULL)
|
||||
{
|
||||
$j++;
|
||||
if ($PRINT_MODE)
|
||||
$out .= sprintf('%s <%s>', Q(rcube_charset_convert($part['name'])), $part['mailto']);
|
||||
$out .= sprintf('%s <%s>', Q($part['name']), $part['mailto']);
|
||||
else if (preg_match($EMAIL_ADDRESS_PATTERN, $part['mailto']))
|
||||
{
|
||||
$out .= sprintf('<a href="mailto:%s" onclick="return %s.command(\'compose\',\'%s\',this)" class="rcmContactAddress" title="%s">%s</a>',
|
||||
|
||||
Reference in New Issue
Block a user