Use 'answered' instead of 'read'. Icon is different.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 11:11:46 +0000 (11:11 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 11:11:46 +0000 (11:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6795 7612ce4b-ef26-0410-bec9-ea0150e637f0

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" >';