From 34703823f08443bd6a1e7d01d2f7cdf58cd1387b Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 12 Mar 2010 13:54:56 +0000 Subject: - fixes for proper handling of email addresses with form: "user"@domain.tld git-svn-id: https://svn.roundcube.net/trunk@3358 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 32b522c5c..1968d20b2 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -1191,7 +1191,7 @@ function rcmail_address_string($input, $max=null, $linked=false, $addicon=null) if ($got_writable_abook === null && $books = $RCMAIL->get_address_sources(true)) { $got_writable_abook = true; } - + foreach ($a_parts as $part) { $j++; if ($PRINT_MODE) { -- cgit v1.2.3