X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_default.php;h=f3bd10faa7ea0051f083878ee8c50e309efa7f17;hp=10207e84326b470e21e56a5b5863f55c09b82432;hb=e5370d4312199bf7007a40b1a98f40feb621a050;hpb=2848c63043510b5335e45c6186a4afd13807194e diff --git a/config/config_default.php b/config/config_default.php index 10207e84..f3bd10fa 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -86,10 +86,13 @@ // - 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 @@ -154,7 +157,7 @@ // 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.