summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/steps/mail/func.inc4
1 files changed, 1 insertions, 3 deletions
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 = '<div class="icon-holder deleted"></div>';
else if ($header->answered)
{