소스 검색

updated docs

Luke Ehresman 25 년 전
부모
커밋
2ad3768696
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      ChangeLog
  2. 1 1
      config/config_default.php

+ 1 - 0
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.  

+ 1 - 1
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";