' .
$inbox->url('message', $uid)->link() .
'' . htmlspecialchars($from['from'], ENT_QUOTES, 'UTF-8') . ' ' .
$subject . ' | ' .
'' . htmlspecialchars($date, ENT_QUOTES, 'UTF-8') . ' |
';
}
$more_msgs = count($indices) - $shown;
if ($more_msgs > 0) {
$text = sprintf(ngettext("%d more unseen message...", "%d more unseen messages...", $more_msgs), $more_msgs);
}
}
return $html .
'