diff -urN ../roundcubemail-1.5.0.orig/program/actions/contacts/index.php ./program/actions/contacts/index.php --- ../roundcubemail-1.5.0.orig/program/actions/contacts/index.php 2021-10-17 23:38:04.000000000 +0300 +++ ./program/actions/contacts/index.php 2021-12-03 15:44:40.755947000 +0200 @@ -660,7 +660,9 @@ $val = null; switch ($col) { case 'name': - $val = rcube::Q(rcube_addressbook::compose_list_name($row)); +// $val = rcube::Q(rcube_addressbook::compose_list_name($row)); + $title = rcube_addressbook::compose_search_name($row, ((is_array($emails)) ? implode('>, <', $emails) : $emails), $row['name']); + $val = html::a(array('title' => $title), rcube::Q(rcube_addressbook::compose_list_name($row))); break; case 'action':