Hello everyone, I am curious if anyone knows how to sort contact my last name. I have looked all through the settings and can't find anything.
Thanks,
Kevin
I don't think any such feature is built in but it would be a good addition.
which version of roundcube you are using??
u can try // sort contacts by this col (preferably either one of name, firstname, surname)
$rcmail_config['addressbook_sort_col'] = 'surname';
Thanks and enjoy
but be carefull that's depend on which version you are using?
this should be added to the main.inc.php file in the config directory.