|
@@ -209,7 +209,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
|
|
$td_str .= '<a href="read_body.php?mailbox='.$urlMailbox
|
|
$td_str .= '<a href="read_body.php?mailbox='.$urlMailbox
|
|
. '&passed_id='. $msg["ID"]
|
|
. '&passed_id='. $msg["ID"]
|
|
. '&startMessage='.$start_msg.$searchstr.'"';
|
|
. '&startMessage='.$start_msg.$searchstr.'"';
|
|
- do_hook("subject_link");
|
|
|
|
|
|
+ $td_str .= ' ' .concat_hook_function('subject_link');
|
|
if ($subject != $msg['SUBJECT']) {
|
|
if ($subject != $msg['SUBJECT']) {
|
|
$title = get_html_translation_table(HTML_SPECIALCHARS);
|
|
$title = get_html_translation_table(HTML_SPECIALCHARS);
|
|
$title = array_flip($title);
|
|
$title = array_flip($title);
|