From 5bba30b514be8bee857af4237e28c52a9e916948 Mon Sep 17 00:00:00 2001 From: cigamit Date: Mon, 24 Mar 2003 04:14:54 +0000 Subject: [PATCH] Inorder for plugins to utilize the msg_envelope hook, they need to be able to manilpulate/read these variables. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4669 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 2db6507e..6f8a2486 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -37,7 +37,7 @@ function elapsed($start) function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox, $start_msg, $where, $what) { global $checkall, - $color, $msgs, $msort, + $color, $msgs, $msort, $td_str, $msg, $default_use_priority, $message_highlight_list, $index_order, -- 2.25.1