From d36854019be01c90ac10b29536c8880caa56f3f7 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 14 Mar 2004 11:11:46 +0000 Subject: [PATCH] Use 'answered' instead of 'read'. Icon is different. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6795 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index b2d1fd98..cce333f2 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -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 .= ''. $msg_alt . ''; -- 2.25.1