haven't changed formatRecipientString.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Nov 2003 20:25:33 +0000 (20:25 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Nov 2003 20:25:33 +0000 (20:25 +0000)
used last Jon's suggestion about puting variables in post url.
these move buttons should be the only place that break PHP_SELF.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6202 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/delete_move_next/setup.php

index 8c8c306809dc5f95fba1f4126b3bbedf6b43012a..cd497281b26b3fe3030acb05c55ce2d4397974f2 100644 (file)
@@ -247,7 +247,7 @@ function delete_move_next_moveNextForm($next) {
 
     echo '<tr>'.
          "<td bgcolor=\"$color[9]\" width=\"100%\" align=\"center\">".
-           '<form action="read_body.php" method="post"><small>'.
+           "<form action=\"read_body.php?mailbox=$mailbox&sort=$sort&startMessage=$startMessage&passed_id=$next\" method=\"post\"><small>".
             "<input type=\"hidden\" name=\"passed_id\" value=\"$next\">".
             "<input type=\"hidden\" name=\"mailbox\" value=\"".$mailbox."\">".
             "<input type=\"hidden\" name=\"sort\" value=\"$sort\">".
@@ -273,7 +273,7 @@ function delete_move_next_moveRightMainForm() {
 
     echo '<tr>' .
             "<td bgcolor=\"$color[9]\" width=\"100%\" align=\"center\">".
-            '<form action="right_main.php" method="post"><small>' .
+            "<form action=\"right_main.php?mailbox=$mailbox&sort=$sort&startMessage=$startMessage&passed_id=$passed_id\" method=\"post\"><small>" .
             "<input type=\"hidden\" name=\"mailbox\" value=\"".$mailbox."\">".
             "<input type=\"hidden\" name=\"sort\" value=\"$sort\">".
             "<input type=\"hidden\" name=\"startMessage\" value=\"$startMessage\">".