- added a view header option
[squirrelmail.git] / config / config_default.php
index 1fbdcad9af9645f973489c8cb315af888322b7b4..69ea08eda7253841d176a1a21166d8e7f1a199c7 100644 (file)
@@ -79,6 +79,7 @@
 //         - This is the path to where Sent messages will be stored.
 
     $default_move_to_trash = true;
+    $default_move_to_sent  = true;
     $trash_folder = "INBOX.Trash";
     $auto_expunge = true;
     $sent_folder = "INBOX.Sent";
     $theme[7]["PATH"] = "../config/seaspray_theme.php";
     $theme[7]["NAME"] = "Sea Spray";
 
+    $theme[8]["PATH"] = "../config/plain_blue_theme.php";
+    $theme[8]["NAME"] = "Plain Blue";
+
+    $theme[9]["PATH"] = "../config/bluesteel_theme.php";
+    $theme[9]["NAME"] = "Blue Steel";
 
 //  LDAP server(s)
 //
                        "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;
+
 ?>