From 109314c7d15684c7ffe5d3f0545ed3f86615998f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 14 Sep 2008 05:19:29 -0400 Subject: [PATCH] - handle 'undisclosed-recipients in imap.inc --- 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 9f59931..6d23b6f 100644 --- a/program/steps/mail/func.inc +++ b/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 -- Gitblit v1.9.1