Fix bug that after sending reply user was returned to the first page of
[squirrelmail.git] / src / read_body.php
index 74d393d9f1a6ab4185ec9c3f59c0ad94d3ac2bf2..f5e79510457b7a65fc9c83c3f535cdf64e1bc9a5 100644 (file)
@@ -502,6 +502,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
     $comp_uri = 'src/compose.php' .
                             '?passed_id=' . $passed_id .
                             '&mailbox=' . $urlMailbox .
+                            '&startMessage=' . $startMessage .
                             (isset($passed_ent_id)?'&passed_ent_id='.$passed_ent_id:'');
 
     if (($mailbox == $draft_folder) && ($save_as_draft)) {