|
|
@ -238,7 +238,7 @@ function rcmail_message_list($attrib)
|
|
|
|
if ($attrib['attachmenticon'] && preg_match("/multipart\/[mr]/i", $header->ctype))
|
|
|
|
if ($attrib['attachmenticon'] && preg_match("/multipart\/[mr]/i", $header->ctype))
|
|
|
|
$attach_icon = $attrib['attachmenticon'];
|
|
|
|
$attach_icon = $attrib['attachmenticon'];
|
|
|
|
|
|
|
|
|
|
|
|
$out .= sprintf('<tr id="rcmrow%d" class="message%s%s %s">'."\n",
|
|
|
|
$out .= sprintf('<tr id="rcmrow%d" class="message%s%s%s%s">'."\n",
|
|
|
|
$header->uid,
|
|
|
|
$header->uid,
|
|
|
|
$header->seen ? '' : ' unread',
|
|
|
|
$header->seen ? '' : ' unread',
|
|
|
|
$header->deleted ? ' deleted' : '',
|
|
|
|
$header->deleted ? ' deleted' : '',
|
|
|
|