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
/** 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 **/