|
@@ -47,9 +47,9 @@ if(isset($expungeButton)) {
|
|
|
sqimap_mailbox_expunge($imapConnection, $mailbox, true);
|
|
|
$location = get_location();
|
|
|
if ($where && $what) {
|
|
|
- header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
+ header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
} else {
|
|
|
- header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
+ header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
}
|
|
|
|
|
|
} elseif(isset($undeleteButton)) {
|
|
@@ -72,9 +72,9 @@ if(isset($expungeButton)) {
|
|
|
$location = get_location();
|
|
|
|
|
|
if ($where && $what)
|
|
|
- header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
+ header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
else
|
|
|
- header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
+ header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
} else {
|
|
|
displayPageHeader($color, $mailbox);
|
|
|
error_message(_("No messages were selected."), $mailbox, $sort, $startMessage, $color);
|
|
@@ -106,9 +106,9 @@ if(isset($expungeButton)) {
|
|
|
}
|
|
|
$location = get_location();
|
|
|
if (isset($where) && isset($what)) {
|
|
|
- header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
+ header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
} else {
|
|
|
- header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
+ header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
}
|
|
|
} else {
|
|
|
displayPageHeader($color, $mailbox);
|
|
@@ -136,9 +136,9 @@ if(isset($expungeButton)) {
|
|
|
|
|
|
$location = get_location();
|
|
|
if (isset($where) && isset($what))
|
|
|
- header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
+ header ("Location: $location/search.php?mailbox=".urlencode($mailbox)."&what=".urlencode($what)."&where=".urlencode($where));
|
|
|
else
|
|
|
- header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
+ header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=". urlencode($mailbox));
|
|
|
} else {
|
|
|
displayPageHeader($color, $mailbox);
|
|
|
error_message(_("No messages were selected."), $mailbox, $sort, $startMessage, $color);
|