summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-04-04 19:38:47 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-04-04 19:38:47 +0000
commit104e16492cfac7c170446f888995ee989d492db2 (patch)
tree56f72d4f61ac8eaeff2c4807ea6843d1fa9c4106 /roundcubemail/program
parentc7a8dca7be8da59c0717023d97faa09d4489f1f8 (diff)
Redoing the previously undone commit, but this time add an extra file that I had failed to add to that commit.
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)
{