Finally removed the auto-expunge code that Luke said to comment out.
[squirrelmail.git] / config / config_default.php
index 116742c8fa0b0107e158cb73e10091a35f995d66..cce85fb35a9073d8b7fadab4b6df51288c7b77f6 100644 (file)
@@ -9,7 +9,7 @@
 //
 
     // don't change
-    $config_version = "x61";
+    $config_version = "x62";
 
 //  Organization's logo picture (blank if none)
     $org_logo = "../images/sm_logo.jpg";
 
    $default_left_size = 200;
 
+//  Some IMAP servers allow a username (like "bob") to log in if they use
+//  uppercase in their name (like "Bob" or "BOB").  This creates extra
+//  preference files.  Toggling this option to true will transparently
+//  change all usernames to lowercase.
+
+   $force_username_lowercase = false;
+
+
 //  Themes
 //     You can define your own theme and put it in this directory.  You must
 //     call it as the example below.  You can name the theme whatever you