From ba36dd03f6f7005a6e35ec02e4ff9a58f95be1c3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 11 Feb 2012 06:38:46 -0500
Subject: [PATCH] Backported r5850 to 0.7 branch

---
 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 6957577..d2902e9 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -653,6 +653,9 @@
 // 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';
 

--
Gitblit v1.9.1