From 38b9f447d203ce433a50c8dd44175bd2b22070a6 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 23:09:14 +0000 Subject: [PATCH] rfc822_header stuff to do: remove the imap_call because the information is already in the rfc822_header git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3270 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/listcommands/setup.php b/plugins/listcommands/setup.php index 506bdc10..e4402dc3 100644 --- a/plugins/listcommands/setup.php +++ b/plugins/listcommands/setup.php @@ -24,7 +24,7 @@ function plugin_listcommands_menu() { global $imapConnection, $passed_id, $color, $mailbox, $message, $ent_num, $priority_level, $compose_new_win, $uid_support; - $subject = trim($message->header->subject); + $subject = trim($message->rfc822_header->subject); /** * Array of commands we can deal with from the header. The Reply option -- 2.25.1