Author Topic: Contacts Sort  (Read 4167 times)

Offline khester

  • Newbie
  • *
  • Posts: 1
Contacts Sort
« on: November 06, 2012, 09:09:13 AM »
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Contacts Sort
« Reply #1 on: November 09, 2012, 08:46:34 AM »
I don't think any such feature is built in but it would be a good addition.

Offline jamil_isayyed

  • Jr. Member
  • **
  • Posts: 37
Re: Contacts Sort
« Reply #2 on: November 22, 2012, 08:58:33 AM »
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

Offline jamil_isayyed

  • Jr. Member
  • **
  • Posts: 37
Re: Contacts Sort
« Reply #3 on: November 22, 2012, 09:00:10 AM »
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.