Move $sqimap_session_id from global to static scope.
[squirrelmail.git] / functions / mailbox_display.php
index b2d1fd985ceda1d750de08d30b3f6112d13a69c2..cce333f2d497c2596e7cb14894439053bf9cac9c 100644 (file)
@@ -323,6 +323,8 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                     }
                     if (isset($msg['FLAG_ANSWERED']) && ($msg['FLAG_ANSWERED']) == true)
                     {
+                        $msg_alt = '(' . _("Answered") . ')';
+                        $msg_title = '(' . _("Answered") . ')';
                         $msg_icon .= '_reply';
                     }
                     $td_str .= '<IMG SRC="' . $msg_icon . '.gif" border="0" alt="'. $msg_alt . '" title="' . $msg_title . '" height="12" width="18" >';