X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fright_main.php;h=05ad7eb4dc771b3f8c96e6631f4c405e6fbc764c;hp=1072572b0a5635c032bb5ee84c152d9df258c9cb;hb=d9b8769ca92973a03c12a6bfffd44d5b6885d2be;hpb=9e69ecf725bc419bf0d1b61b347970a8d781eb3c diff --git a/src/right_main.php b/src/right_main.php index 1072572b..05ad7eb4 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -236,6 +236,8 @@ if (!sqgetGlobalVar('align',$align,SQ_SESSION)) { $sError = handleMessageListForm($imapConnection,$aMailbox); if ($sError) { $note = $sError; +} else if (sqgetGlobalVar('REQUEST_METHOD', $req_method, SQ_SERVER) && $req_method == 'POST') { + $preselected = array(); // clear pre-checked checkboxes when action succeeded }