X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fright_main.php;h=f4173981cce97f9cc66c64231720467dc3bb7cc9;hp=1d3ef5e53f0001beda0be67ca1edb1e5aa5d88af;hb=2d896bbf3b402d11c0be75a1a87b5705411efe87;hpb=dcc1cc825e550711d0207a737f9ea3ac2b38e923 diff --git a/src/right_main.php b/src/right_main.php index 1d3ef5e5..f4173981 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -1,9 +1,8 @@ 0) { echo html_tag( 'table', html_tag( 'tr', - html_tag( 'td', + html_tag( 'td', html_tag( 'table', html_tag( 'tr', html_tag( 'td', $motd, 'center' ) @@ -186,10 +188,6 @@ if ( sqgetGlobalVar('just_logged_in', $just_logged_in, SQ_SESSION) ) { } } -if (isset($newsort)) { - $sort = $newsort; - sqsession_register($sort, 'sort'); -} /********************************************************************* * Check to see if we can use cache or not. Currently the only time * @@ -218,7 +216,7 @@ if ($use_mailbox_cache && sqsession_is_registered('msgs')) { $numMessages = sqimap_get_num_messages ($imapConnection, $mailbox); - showMessagesForMailbox($imapConnection, $mailbox, $numMessages, + showMessagesForMailbox($imapConnection, $mailbox, $numMessages, $startMessage, $sort, $color, $show_num, $use_mailbox_cache);