From 104e16492cfac7c170446f888995ee989d492db2 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 19:38:47 +0000 Subject: Redoing the previously undone commit, but this time add an extra file that I had failed to add to that commit. --- roundcubemail/program/steps/mail/func.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index f491a5406..02fc6aa60 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -268,9 +268,7 @@ function rcmail_message_list($attrib) $js_row_arr['unread_children'] = $header->unread_children; // set message icon - if ($header->seen && $header->unread_children > 0) - $message_icon = $attrib['unreadchildrenicon']; - else if ($header->deleted) + if ($header->deleted) $message_icon = '
'; else if ($header->answered) { -- cgit v1.2.3