From e5370d4312199bf7007a40b1a98f40feb621a050 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Wed, 15 Mar 2000 12:42:49 +0000 Subject: [PATCH] added sent_folder to config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@306 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + config/config_default.php | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b91838ce..6d11d65d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Version 0.4pre1 -- Development ------------------------------ +- Saving sent messages into $sent_folder - It doesn't bail out if PHP wasn't compiled with --with-gettext. It only uses english in this case. diff --git a/config/config_default.php b/config/config_default.php index 7044b3a1..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 -- 2.25.1