|
@@ -353,7 +353,7 @@
|
|
|
// generic function to convert the msgs array into an HTML table
|
|
|
function displayMessageArray($imapConnection, $numMessages, $startMessage, &$msgs, $msort, $mailbox, $sort, $color,$show_num) {
|
|
|
global $folder_prefix, $sent_folder;
|
|
|
- global $imapServerAddress;
|
|
|
+ global $imapServerAddress, $data_dir, $username, $use_mailbox_cache;
|
|
|
global $index_order, $real_endMessage, $real_startMessage, $checkall;
|
|
|
|
|
|
// if cache isn't already set, do it now
|