Remove $boxesnew from global to make new way of getting mailboxlist
[squirrelmail.git] / functions / imap_mailbox.php
index f3121520b047c36bce384b93b0616b7ee7cb4f3d..5594e78ff01b7baa55f6cc58922c471cf5132931 100755 (executable)
@@ -437,7 +437,7 @@ function user_strcasecmp($a, $b) {
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  */
 function sqimap_mailbox_list($imap_stream) {
-    global $boxesnew, $default_folder_prefix;
+    global $default_folder_prefix;
 
     if ( !isset( $boxesnew ) ) {