From 90cd452bc06bb55fc0ae417c0956cec9623a97dc Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 5 May 2008 10:08:28 +0000 Subject: - last commit fix --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 34586ddc7..36bd4cb89 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -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('%s', -- cgit v1.2.3