From 58fff17fce7fe82fcfeb7b2417b6776aeef558ba Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 21 May 2001 15:29:51 +0000 Subject: [PATCH] * Possible fix for UW giving billions of files as "folders" SourceForge Patch # 407864 by Steve Huston (srhuston) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1394 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 371648fd..5d59aafb 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -204,7 +204,7 @@ /** LSUB array **/ $inbox_subscribed = false; - fputs ($imap_stream, "a001 LSUB \"\" \"*%\"\r\n"); + fputs ($imap_stream, "a001 LSUB \"$folder_prefix\" \"*%\"\r\n"); $lsub_ary = sqimap_read_data ($imap_stream, "a001", true, $response, $message); /** OS: we don't want to parse last element of array, 'cause it is OK command, so we unset it **/ -- 2.25.1