diff options
author | thomascube <thomas@roundcube.net> | 2012-02-11 13:50:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-11 13:50:04 +0000 |
commit | 4dc22dd63417d6043489898d6ff9ac551c1b4231 (patch) | |
tree | 56941762ef893dc134882b32671dc47f0ab5c1ad /config | |
parent | ba36dd03f6f7005a6e35ec02e4ff9a58f95be1c3 (diff) |
Backported r5871 to 0.7 release branch
Diffstat (limited to 'config')
-rw-r--r-- | 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 d2902e9b4..c3a96efe0 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -656,6 +656,13 @@ $rcmail_config['pagesize'] = 40; // 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'; |