Added option to do data and attachment directory hashing, up to four levels. Will...
[squirrelmail.git] / config / config_default.php
index 52dbadb1b9fed699f4f93f0dbc9aa808c35546cc..fe4f88c143baeee67047e4bc930c1e03520be38e 100644 (file)
     global $attachment_dir;
     $attachment_dir = $data_dir;
 
+// Hash level used for data directory.
+    global $dir_hash_level;
+    $dir_hash_level = 0;
+
 //  This is the default size of the folder list.  Default is 150,
 //  but you can set it to whatever you wish.
    global $default_left_size;
     $theme[17]["PATH"] = "../themes/blue_gray_theme.php";
     $theme[17]["NAME"] = "Blue Gray";
 
+    $theme[18]["PATH"] = "../themes/dompie_theme.php";
+    $theme[18]["NAME"] = "Dompie";
+
+    $theme[19]["PATH"] = "../themes/methodical_theme.php";
+    $theme[19]["NAME"] = "Methodical";
+
 //  LDAP server(s)
 //
 //    Array of arrays with LDAP server parameters. See