From e099a5847df411a18a5f16ad59d64b5203e402be Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 12:45:46 +0000 Subject: Fixes a bug where read messages continued to display the unread icon. --- roundcubemail/program/steps/mail/func.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roundcubemail/program/steps/mail') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index c3320855d..0cf70b46a 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -270,8 +270,6 @@ function rcmail_message_list($attrib) } else if ($header->forwarded) $message_icon = '
'; - else if (!$header->seen) - $message_icon = '
'; else $message_icon = '
'; @@ -343,7 +341,7 @@ function rcmail_message_list($attrib) $OUTPUT->set_env('messageicon', '
'); $OUTPUT->set_env('deletedicon', '
'); - $OUTPUT->set_env('unreadicon', '
'); + $OUTPUT->set_env('unreadicon', '
'); $OUTPUT->set_env('repliedicon', '
'); $OUTPUT->set_env('forwardedicon', '
'); $OUTPUT->set_env('forwardedrepliedicon', '
'); -- cgit v1.2.3