added sent_folder to config
[squirrelmail.git] / config / config_default.php
index 10207e84326b470e21e56a5b5863f55c09b82432..f3bd10faa7ea0051f083878ee8c50e309efa7f17 100644 (file)
 //         - If this is true, when a message is moved or copied, the
 //           source mailbox will get expunged, removing all messages
 //           marked "Deleted".
+//    $sent_folder
+//         - This is the path to where Sent messages will be stored.
 
     $default_move_to_trash = true;
     $trash_folder = "INBOX.Trash";
     $auto_expunge = true;
+    $sent_folder = "INBOX.Sent";
 
 //  Special Folders are folders that can't be manipulated like normal
 //  user created folders can. A couple of examples would be
 //      there for too long.
 //    - It should probably be another directory than data_dir.
 
-    $attachment_dir = $data_dir
+    $attachment_dir = $data_dir;
 
 //  This is the default size of the left folder list.  Default is 200,
 //  but you can set it to whatever you wish.