updated docs
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 25 Mar 2000 13:04:46 +0000 (13:04 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 25 Mar 2000 13:04:46 +0000 (13:04 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@343 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
config/config_default.php

index 2e1e8530bf0d4240631a227a44ec5063baa46de8..f5cf98986eec1218cb667ecf0c31138a5775c015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Version 0.4pre1 -- Development
 ------------------------------
 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.  
 - Added Subscribe/Unsubscribe to folders
 - Saving sent messages into $sent_folder
 - It doesn't bail out if PHP wasn't compiled with --with-gettext.  
index f97239efff27a79c4bf60bce746c087f639ad649..603616982f5a40b4bb55fd6e311ab280bc6db87e 100644 (file)
@@ -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[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";
 
     $special_folders[3] = "INBOX.Drafts";
     $special_folders[4] = "INBOX.Templates";