diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-02 22:18:10 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-02 22:18:10 +0000 |
| commit | 4f19c51b60bfb40122ff577883c613741572b5d5 (patch) | |
| tree | 7223a68e6c57e49c42dc3aac7f13107668303496 /roundcubemail/config | |
| parent | db8183565ca9b5cb1e1b534efa94f77345781599 (diff) | |
Allow users to choose cols for contacts list sorting
git-svn-id: https://svn.roundcube.net/trunk@5850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 7dd502538..73967fb6f 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -664,6 +664,9 @@ $rcmail_config['mail_pagesize'] = 50; // show up to X items in contacts list view $rcmail_config['addressbook_pagesize'] = 50; +// sort contacts by this col (preferably either one of name, firstname, surname) +$rcmail_config['addressbook_sort_col'] = 'surname'; + // use this timezone to display date/time // valid timezone identifers are listed here: php.net/manual/en/timezones.php // 'auto' will use the browser's timezone settings |
