alecpl
2008-09-14 109314c7d15684c7ffe5d3f0545ed3f86615998f
program/steps/mail/func.inc
@@ -778,8 +778,6 @@
      else
        continue;
      }
    else if ($hkey == 'to' && preg_match('/^undisclosed-recipients[:;]*$/', $headers['to']))
      continue;
    else if (in_array($hkey, array('from', 'to', 'cc', 'bcc')))
      $header_value = Q(rcmail_address_string($headers[$hkey], null, true, $attrib['addicon']), 'show');
    else