diff options
author | alecpl <alec@alec.pl> | 2008-09-14 09:19:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-14 09:19:29 +0000 |
commit | 109314c7d15684c7ffe5d3f0545ed3f86615998f (patch) | |
tree | a7c2b1ffd71b7ea36f4396c696dbeeaa6521eaa5 /program/steps/mail | |
parent | 2106ec7043a636f2f706b44a0418e8d3c72c4c04 (diff) |
- handle 'undisclosed-recipients in imap.inc
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 9f59931ea..6d23b6f8e 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -778,8 +778,6 @@ function rcmail_message_headers($attrib, $headers=NULL) 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 |