diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:38:47 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:38:47 +0000 |
| commit | 104e16492cfac7c170446f888995ee989d492db2 (patch) | |
| tree | 56f72d4f61ac8eaeff2c4807ea6843d1fa9c4106 | |
| parent | c7a8dca7be8da59c0717023d97faa09d4489f1f8 (diff) | |
Redoing the previously undone commit, but this time add an extra file that I had failed to add to that commit.
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 4 | ||||
| -rw-r--r-- | roundcubemail/skins/npk/templates/mail.html | 3 |
2 files changed, 2 insertions, 5 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) { diff --git a/roundcubemail/skins/npk/templates/mail.html b/roundcubemail/skins/npk/templates/mail.html index 23d2b8443..28745a50c 100644 --- a/roundcubemail/skins/npk/templates/mail.html +++ b/roundcubemail/skins/npk/templates/mail.html @@ -47,8 +47,7 @@ id="messagelist" cellspacing="0" columns="" - summary="Message list" - unreadchildrenIcon="/images/icons/unread_children.png" /> + summary="Message list" /> </div> <roundcube:if condition="config:preview_pane == true" /> |
