From a3886f39bd87e9360c168cfc88942e554edc932b Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sat, 25 Mar 2000 13:04:46 +0000 Subject: [PATCH] updated docs git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@343 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + config/config_default.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e1e8530..f5cf9898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Version 0.4pre1 -- Development ------------------------------ +- Big speed improvements with folder listing - Added Subscribe/Unsubscribe to folders - Saving sent messages into $sent_folder - It doesn't bail out if PHP wasn't compiled with --with-gettext. diff --git a/config/config_default.php b/config/config_default.php index f97239ef..60361698 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -65,7 +65,7 @@ $special_folders[0] = "INBOX"; // The first one has to be the inbox (whatever the name is) $special_folders[1] = $trash_folder; - $special_folders[2] = "INBOX.Sent"; + $special_folders[2] = $sent_folder; $special_folders[3] = "INBOX.Drafts"; $special_folders[4] = "INBOX.Templates"; -- 2.25.1