Roundcube Community Forum

 

Contacts Sort

Started by khester, November 06, 2012, 09:09:13 AM

Previous topic - Next topic

khester

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

SKaero

I don't think any such feature is built in but it would be a good addition.

jamil_isayyed

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

jamil_isayyed

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.