removed $search_stuff from link to read_body.php it caused bug 573584
[squirrelmail.git] / functions / mailbox_display.php
index c6f7eb633d9cb4c1a34a352adb48ad5cb698dbb1..4ca95fe77ea8ecf08e449ff5cdeb5ae70d41d76e 100644 (file)
@@ -176,7 +176,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox, $sort,
                 }
                 $td_str .= "<a href=\"read_body.php?mailbox=$urlMailbox&amp;passed_id="
                            . $msg["ID"]
-                           . "&amp;startMessage=$start_msg&amp;show_more=0$search_stuff\"";
+                           . "&amp;startMessage=$start_msg&amp;show_more=0\"";
                 do_hook("subject_link");
                 if ($subject != $msg['SUBJECT']) {
                     $title = get_html_translation_table(HTML_SPECIALCHARS);
@@ -1180,4 +1180,4 @@ function handleAsSent($mailbox) {
     return ($handleAsSent_result);
 }
 
-?>
\ No newline at end of file
+?>