rg=0 fix
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 17:04:55 +0000 (17:04 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Oct 2002 17:04:55 +0000 (17:04 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3768 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index 9e39d7329d6361604d8939834587bd810cf0096d..8470069f43f3eed1b6d14d03f1ab29b23de304a8 100644 (file)
@@ -50,9 +50,13 @@ $delimiter = $_SESSION['delimiter'];
  
 if (isset($_GET['startMessage'])) {
     $startMessage = $_GET['startMessage'];
+} elseif (isset($_POST['startMessage'])) {
+    $startMessage = $_POST['startMessage'];
 }
 if (isset($_GET['mailbox'])) {
     $mailbox = $_GET['mailbox'];
+} else if (isset($_POST['mailbox'])) {
+    $mailbox = $_POST['mailbox'];
 }
 if (isset($_GET['PG_SHOWNUM'])) {
     $PG_SHOWNUM = $_GET['PG_SHOWNUM'];