X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig_default.php;h=1b10bc92ff74b7f0984268a1250a8895ab4a72b7;hb=46812a3a1b10154d4444caaab7ce2a76108b7b90;hp=57cc7858d7ffe4b9fd4d66c8aceb6b8618de8641;hpb=51457ed26f8ceb5e32bacdfa1fcdcdd347f4af0e;p=squirrelmail.git diff --git a/config/config_default.php b/config/config_default.php index 57cc7858..1b10bc92 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -1,4 +1,4 @@ - "memberdir.netscape.com", - "name" => "Netcenter Member Directory", - "base" => "ou=member_directory,o=netcenter.com"); - - $ldap_server[1] = Array("host" => "ldap.bigfoot.com", - "name" => "Bigfoot Directory", - "base" => "", - "charset" => "iso8859-1"); - + $ldap_server[0] = Array( + "host" => "memberdir.netscape.com", + "name" => "Netcenter Member Directory", + "base" => "ou=member_directory,o=netcenter.com"); + + $ldap_server[1] = Array( + "host" => "ldap.bigfoot.com", + "name" => "Bigfoot Directory", + "base" => "", + "charset" => "iso8859-1"); + + // you have an option to chose between javascript or html version of + // address book searching. + // true = javascript + // false = html + + $default_use_javascript_addr_book = false; + + // these next two options set the defaults for the way that the users see + // their folder list. + // $default_unseen_notify specifies whether or not the users will see + // the number of unseen in each folder by default + // and alsy which folders to do this to. + // 1=none, 2=inbox, 3=all + // $default_unseen_type specifies the type of notification to give the + // users by default. + // 1=(4), 2=(4,25) + + $default_unseen_notify = 2; + $default_unseen_type = 1; ?>