diff --git a/manager/application/views/scripts/mail/index.phtml b/manager/application/views/scripts/mail/index.phtml
index 3eecfdc..9e625e7 100644
--- a/manager/application/views/scripts/mail/index.phtml
+++ b/manager/application/views/scripts/mail/index.phtml
@@ -26,7 +26,7 @@ else {
print "
\n";
print " detailslink . "\">" . $header->fromaddress . " | ";
print " " . $header->toaddress . " | ";
- print " " . htmlspecialchars(quoted_printable_decode($header->subject), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') . " | ";
+ print " " . htmlspecialchars(iconv_mime_decode($header->subject, 'UTF-8'), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') . " | ";
print " " . $header->date . " | ";
print " " . $header->Size . " | ";
print " deletelink . "\"> | ";