alecpl
2008-09-14 2106ec7043a636f2f706b44a0418e8d3c72c4c04
- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/


1 files modified
2 ■■■■■ changed files
program/steps/mail/func.inc 2 ●●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -778,6 +778,8 @@
      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