added blue background for messages you sent

This commit is contained in:
SJ
2013-06-29 17:03:23 +02:00
parent a1d11d01b9
commit fbf5bc8b2c
4 changed files with 6 additions and 4 deletions

View File

@ -513,6 +513,8 @@ class ModelSearchSearch extends Model {
$m['date'] = date(SEARCH_HIT_DATE_FORMAT, $m['sent']);
$m['size'] = nice_size($m['size']);
in_array($m['from'], $_SESSION['emails']) ? $m['yousent'] = 1 : $m['yousent'] = 0;
/*
* verifying 20 messages takes some time, still it's useful
*/