X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=00b4679a8649b336ec716fe32e350c8b9dbbce81;hp=6e93c81ec2ac3ed07dbeaa976740033140bcc3a4;hb=fd181f534c2c598516e6f5f50fa7acb636225244;hpb=6395c46db0a732860324fa43886b6ca806ad2588;ds=sidebyside diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 6e93c81e..00b4679a 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -3,7 +3,7 @@ /** * mailbox_display.php * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Copyright (c) 1999-2004 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This contains functions that display mailbox information, such as the @@ -585,7 +585,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, @@ -753,6 +753,7 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, * you need to do a "
-
"; * * $moveURL is the URL to submit the delete/move form to + * $mbxresponse is the array with the results of SELECT against the current mailbox * $mailbox is the current mailbox * $sort is the current sorting method (-1 for no sorting available [searches]) * $Message is a message that is centered on top of the list @@ -760,11 +761,12 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, */ function mail_message_listing_beginning ($imapConnection, + $mbxresponse, $mailbox = '', $sort = -1, $msg_cnt_str = '', $paginator = ' ', $start_msg = 1) { - global $color, $auto_expunge, $base_uri, + global $color, $auto_expunge, $base_uri, $show_flag_buttons, $allow_server_sort, $server_sort_order, $PHP_SELF, $allow_thread_sort, $thread_sort_messages; @@ -822,6 +824,15 @@ function mail_message_listing_beginning ($imapConnection,