diff options
author | thomascube <thomas@roundcube.net> | 2012-02-11 11:38:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-11 11:38:46 +0000 |
commit | ba36dd03f6f7005a6e35ec02e4ff9a58f95be1c3 (patch) | |
tree | 002d0183144bb7adcf757144c035f0f8d0eba649 /config | |
parent | 5ea6e16036aa18c57c709dc88e4255120b63e965 (diff) |
Backported r5850 to 0.7 branch
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 6957577b1..d2902e9b4 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -653,6 +653,9 @@ $rcmail_config['skin'] = 'default'; // show up to X items in list view $rcmail_config['pagesize'] = 40; +// 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 $rcmail_config['timezone'] = 'auto'; |