]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/main.inc.php.dist
Imported Upstream version 0.7.2
[roundcube.git] / config / main.inc.php.dist
index 6957577b15009c362140e549cc7e50cf0e80de99..e4de49f3f251a30c786d1903ff18c11ee447ed92 100644 (file)
@@ -603,6 +603,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
   // -> in this case, assure that groups and contacts are separated due to the concernig filters! 
   'groups'        => array(
     'base_dn'     => '',
+    'scope'       => 'sub',   // search mode: sub|base|list
     'filter'      => '(objectClass=groupOfNames)',
     'object_classes' => array("top", "groupOfNames"),
     'member_attr'  => 'member',   // name of the member attribute, e.g. uniqueMember
@@ -653,6 +654,16 @@ $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';
+
+// 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';