diff -urN ../roundcubemail-1.3.3.orig/program/steps/addressbook/func.inc ./program/steps/addressbook/func.inc --- ../roundcubemail-1.3.3.orig/program/steps/addressbook/func.inc 2017-11-08 20:42:05.000000000 +0200 +++ ./program/steps/addressbook/func.inc 2018-02-04 23:42:42.000000000 +0200 @@ -401,7 +401,9 @@ $val = ''; 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':