+ Reply to Thread
Results 1 to 3 of 3

Thread: address book alphabetization

  1. #1
    ursusaureus is offline Roundcube Newcomer
    Join Date
    Feb 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default address book alphabetization

    I am a new user. I would like to have my address book alphabetized by the LAST NAME, not the DISPLAY NAME. Then I would like the email address to show the DISPLAY NAME. So the Address Book would aphabetize by Smith, John, but the email address would come us as "John Smith" <smithJ@idiots.com>

    Thanks for help with this.

    Ursus

  2. #2
    ABerglund is offline Registered User
    Join Date
    Sep 2007
    Location
    Eugene, Oregon, USA
    Posts
    335
    Downloads
    7
    Uploads
    0

    Default

    Edit the following file - <rcube_home>/program/include/rcube_contacts.php

    Find the following line:

    Code:
    " ORDER BY name",
    Change it to read:

    Code:
    " ORDER BY surname",
    Arne Berglund
    SysAdmin, Internet Services
    Lane Education Service District
    Eugene, OR, USA

  3. #3
    ursusaureus is offline Roundcube Newcomer
    Join Date
    Feb 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Thanks so much. Clearly, though, Roundcube is beyond me. I had thought that perhaps a solution existed without dealing with code (about which I know nothing). I guess I'll just have to take (what to me seems the very illogical) alpha ordering by first name that the basic coding requires.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts