Missing global
[squirrelmail.git] / functions / mailbox_display.php
index db5bbcf61a8c7cf1b8444897dc336e3a15a0ca7d..b656eef502f2a931f39e813688e5eb6d2b45e55b 100644 (file)
@@ -538,7 +538,7 @@ function get_sorted_msgs_list($imapConnection,$aMailbox,&$error) {
 * @param array $aMailbox associative array with mailbox related vars
 */
 function showMessagesForMailbox($imapConnection, $aMailbox) {
-    global $msgs, $server_sort_array,$indent_array;
+    global $msgs, $server_sort_array, $indent_array, $color;
 
     // to retrieve the internaldate pref: (I know this is not the right place to do that, move up in front
     // and use a properties array as function argument to provide user preferences