Added default settings for save_as_draft & draft_folder.
authorfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 15:20:05 +0000 (15:20 +0000)
committerfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 15:20:05 +0000 (15:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1651 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php

index e7d688783edddc28aeee5b4a13989eb72c69c67b..52dbadb1b9fed699f4f93f0dbc9aa808c35546cc 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