Put msg_envelope hook back in, per Jimmy Conner's request and for msg_flags plugin...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 16 Mar 2003 21:17:49 +0000 (21:17 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 16 Mar 2003 21:17:49 +0000 (21:17 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4660 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 36c643393c975207a4e9b5c4ba14f60b24027d16..2db6507ed345d344667c17245974079194ad2b90 100644 (file)
@@ -249,6 +249,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                 if (!$stuff) {
                     $td_str .= '&nbsp;';
                 }
                 if (!$stuff) {
                     $td_str .= '&nbsp;';
                 }
+                do_hook("msg_envelope");
                 $td_str .= '</small></b>';
                 echo html_tag( 'td',
                                $td_str,
                 $td_str .= '</small></b>';
                 echo html_tag( 'td',
                                $td_str,