Aleksander Machniak
2012-11-25 297c1afb80bc73e595a6dad42adcd536cf947ea8
Fix redundant colon after last address in print mode
1 files modified
4 ■■■ changed files
program/steps/mail/func.inc 4 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1488,7 +1488,9 @@
    $mailto = rcube_idn_to_utf8($mailto);
    if ($PRINT_MODE) {
      $out .= sprintf('%s <%s>', Q($name), $mailto);
      $out .= ($out ? ', ' : '') . sprintf('%s <%s>', Q($name), $mailto);
      // for printing we display all addresses
      continue;
    }
    else if (check_email($part['mailto'], false)) {
      if ($linked) {