From 219fb2058d6f048a7d48eb99ee5586b429e5c3c6 Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 29 Mar 2001 14:18:55 +0000 Subject: [PATCH] * Subject column width should now take up whatever's available. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1208 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index aa9c5eaf..5014a54e 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -585,7 +585,7 @@ break; case 4: # subject - echo ' '. _("Subject") ."\n"; + echo ' '. _("Subject") ."\n"; if ($sort == 4) echo " \n"; elseif ($sort == 5) -- 2.25.1