|
@@ -44,7 +44,7 @@ function error_message($message, $mailbox, $sort, $startMessage, $color) {
|
|
|
'<A HREF="' . sqm_baseuri()
|
|
|
. "src/right_main.php?sort=$sort&startMessage=$startMessage"
|
|
|
. "&mailbox=$urlMailbox\">" .
|
|
|
- sprintf (_("Click here to return to %s"), $mailbox) .
|
|
|
+ sprintf (_("Click here to return to %s"), imap_utf7_decode_local($mailbox)) .
|
|
|
'</A></td></tr>';
|
|
|
error_box($string, $color);
|
|
|
}
|