From 7e73c6be58cc202f769aed865538f8659749122b Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 29 Jan 2001 14:04:13 +0000 Subject: [PATCH] added hook for new_window plugin git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@977 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index f287d18c..a5f83bd1 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -70,7 +70,10 @@ echo "
$bold$flag$fontstr".$msg["DATE_STRING"]."$fontstr_end$flag_end$bold_end
\n"; break; case 4: # subject - echo " $bold$flag$subject$flag_end$bold_end\n"; + echo " $bold"; + echo "$flag$subject$flag_end$bold_end\n"; break; case 5: # flags $stuff = false; -- 2.25.1