From 4dc22dd63417d6043489898d6ff9ac551c1b4231 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 11 Feb 2012 08:50:04 -0500
Subject: [PATCH] Backported r5871 to 0.7 release branch

---
 config/main.inc.php.dist |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index d2902e9..c3a96ef 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -656,6 +656,13 @@
 // sort contacts by this col (preferably either one of name, firstname, surname)
 $rcmail_config['addressbook_sort_col'] = 'surname';
 
+// the way how contact names are displayed in the list
+// 0: display name
+// 1: (prefix) firstname middlename surname (suffix)
+// 2: (prefix) surname firstname middlename (suffix)
+// 3: (prefix) surname, firstname middlename (suffix)
+$rcmail_config['addressbook_name_listing'] = 0;
+
 // use this timezone to display date/time
 $rcmail_config['timezone'] = 'auto';
 

--
Gitblit v1.9.1