The bug is not there
[squirrelmail.git] / config / config_default.php
index e7d688783edddc28aeee5b4a13989eb72c69c67b..889aaa7456c87c54d16118b03e1fc7602ef751c0 100644 (file)
 //         - This is the path to where Sent messages will be stored.
 
     global $default_move_to_trash, $default_move_to_sent, $trash_folder,
-        $auto_expunge, $sent_folder;
+        $auto_expunge, $sent_folder, $draft_folder, $default_save_as_draft;
     $default_move_to_trash = true;
     $default_move_to_sent  = true;
+    $default_save_as_draft = true;
     $trash_folder = "INBOX.Trash";
     $auto_expunge = true;
     $sent_folder = "INBOX.Sent";
+    $draft_folder = "INBOX.Drafts";
 
 //  Special Folders are folders that can't be manipulated like normal
 //  user created folders can. A couple of examples would be
     $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