Remove $boxesnew from global to make new way of getting mailboxlist
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jun 2002 11:44:53 +0000 (11:44 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jun 2002 11:44:53 +0000 (11:44 +0000)
work.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2920 7612ce4b-ef26-0410-bec9-ea0150e637f0

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 ) ) {