diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-12 13:54:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-12 13:54:56 +0000 |
| commit | 34703823f08443bd6a1e7d01d2f7cdf58cd1387b (patch) | |
| tree | abe41825b2924075e9a1215be1dfcfae30963a12 /roundcubemail/program/steps | |
| parent | 40c69682392b7b0aece37bd3fb5826d981dc6c32 (diff) | |
- 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
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
