fixed missed folder_prefix in new mailboxtree
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 May 2002 09:24:56 +0000 (09:24 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 May 2002 09:24:56 +0000 (09:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2832 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index 40626dd24c6b3cff468ca8c05aee923f595ba3ec..3b7ca6dd7c180a0dd42282909de25e8d59bae516 100755 (executable)
@@ -695,7 +695,7 @@ function sqimap_mailbox_tree($imap_stream) {
         require_once('../functions/array.php');
 
         /* LSUB array */
-        $lsub_ary = sqimap_run_command ($imap_stream, "LSUB \"\" \"*\"",
+        $lsub_ary = sqimap_run_command ($imap_stream, "LSUB \"$folder_prefix\" \"*\"",
                                         true, $response, $message);
 
         /*