From 2bd00b7bd11861d1425537511cdacc029376af28 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 16 Mar 2003 21:17:49 +0000 Subject: [PATCH] Put msg_envelope hook back in, per Jimmy Conner's request and for msg_flags plugin to work git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4660 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 36c64339..2db6507e 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -249,6 +249,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox, if (!$stuff) { $td_str .= ' '; } + do_hook("msg_envelope"); $td_str .= ''; echo html_tag( 'td', $td_str, -- 2.25.1