fixed some bugs with sent/trash defaults
[squirrelmail.git] / config / config_default.php
index 1fbdcad9af9645f973489c8cb315af888322b7b4..4f8fd87654e6ca22ed7420ab03110880d5d8ffdc 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";