From 8beb6b5b2fa701ff07c71cebd0990da5509ec6f4 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 28 May 2002 15:16:49 +0000 Subject: [PATCH] fix for weird " in subject instead of " git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2886 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/setup.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/listcommands/setup.php b/plugins/listcommands/setup.php index 2fda2203..08c659c1 100644 --- a/plugins/listcommands/setup.php +++ b/plugins/listcommands/setup.php @@ -22,7 +22,9 @@ function squirrelmail_plugin_init_listcommands () { function plugin_listcommands_menu() { global $imapConnection, $passed_id, $color, $mailbox, - $subject, $ent_num, $priority_level, $compose_new_win; + $message, $ent_num, $priority_level, $compose_new_win; + + $subject = trim($message->header->subject); /** * Array of commands we can deal with from the header. The Reply option -- 2.25.1