From 761894e65b7c021caa60a3f4ac9fd530cd501112 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 30 Jun 2010 09:13:45 +0000 Subject: - Show attachment icon on the list also for messages with Content-Type: application/* --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/func.inc') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 911832691..e265c9c1e 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -321,7 +321,7 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE, $head_replace=FAL $a_msg_flags['forwarded'] = 1; if ($header->flagged) $a_msg_flags['flagged'] = 1; - if(preg_match("/multipart\/m/i", $header->ctype)) + if (preg_match("/(application\/|multipart\/m)/i", $header->ctype)) $a_msg_flags['attachment'] = 1; $a_msg_flags['mbox'] = $mbox; -- cgit v1.2.3