From c2c0a41046fc903cbca8b2482cc93ff52c2fa041 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 18 May 2007 06:57:25 +0000 Subject: [PATCH] Add the message as a parameter to subject_link hook since it could be useful too git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12410 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 32254de2..1b818700 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -606,7 +606,7 @@ function prepareMessageList(&$aMailbox, $aProps) { // $onclick, $link_extra, $title, and so forth) // plugins are responsible for sharing nicely (such as for // setting the target, etc) - do_hook('subject_link', $temp=array(&$iPageOffset, &$sSearch, &$aSearch)); + do_hook('subject_link', $temp=array(&$iPageOffset, &$sSearch, &$aSearch, $aMsg)); } $value = (trim($value)) ? $value : _("(no subject)"); /* add thread indentation */ -- 2.25.1