@@ -4,7 +4,9 @@
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)
Reported by Nick Cleaton.
- Fix for incorrect word wrap in Opera (bug #495073)
@@ -94,7 +94,7 @@ function formatMailboxName($imapConnection, $box_array) {
if ($numMessages > 0) {
$urlMailbox = urlencode($real_box);
$line .= "\n<small>\n" .
- " (<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("expunge")."</A>)" .
+ " (<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
"</small>";
}