Fixes for bugs #1019185 and #1017941
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 1 Sep 2004 04:19:52 +0000 (04:19 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 1 Sep 2004 04:19:52 +0000 (04:19 +0000)
global variable $boxesnew was being corrupted by another function (I don't really see why its even global at this point, its also stored in the Session).  Changed the name of the variable used in the offending function.  The symptoms were that the folder list boxes would not be populated, errors when emptying the trash, and errors in the Folders Options.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7996 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog

index 26262224b9c93447765f6aa77344ba2e592fabd8..67f88eda9a0ddba95c01e321b89f4cdc445b27c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,8 @@ Version 1.5.1 -- CVS
   - Added $loosy_encoding option (provides fix for #806698)
   - Reenabled use of $default_charset option. Option works only with en_US 
     translation in order to prevent language/charset misconfiguration.
+  - Fixes for nonpopulation of folder lists and errors when emptying the trash
+    (provides fixes for #1019185 and #1017941)
 
 Version 1.5.0
 --------------------