Kaynağa Gözat

Noting changes, plus committing the "expunge"->"purge" change.

graf25 23 yıl önce
ebeveyn
işleme
d8f32af1e4
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 3 1
      ChangeLog
  2. 1 1
      src/left_main.php

+ 3 - 1
ChangeLog

@@ -4,7 +4,9 @@
 
 
 Version 1.2.6 -- CVS
 Version 1.2.6 -- CVS
 --------------------
 --------------------
-  - Changing "emtpy" to "expunge" for more clarity.
+  - Fix for cross-site scripting vulnerability (bug #545933)
+    Reported by Nick Cleaton.
+  - Changing "emtpy" to "purge" for more clarity.
   - Fix for cross-site scripting vulnerability (bug #544658)
   - Fix for cross-site scripting vulnerability (bug #544658)
     Reported by Nick Cleaton.
     Reported by Nick Cleaton.
   - Fix for incorrect word wrap in Opera (bug #495073)
   - Fix for incorrect word wrap in Opera (bug #495073)

+ 1 - 1
src/left_main.php

@@ -94,7 +94,7 @@ function formatMailboxName($imapConnection, $box_array) {
         if ($numMessages > 0) {
         if ($numMessages > 0) {
             $urlMailbox = urlencode($real_box);
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
             $line .= "\n<small>\n" .
-                    "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("expunge")."</A>)" .
+                    "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
                     "</small>";
                     "</small>";
         }
         }
     }
     }