X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Ffolders.php;h=7dd930c03dc68d2346cb4090e596c6ef015fbfa8;hb=69319017947414853523f0d4a7fb63bceb58f018;hp=9c9a0b37452743a3c19a372a1ecd02c53cdf08ef;hpb=30967a1e09679c395b31929cbdb1a0e88b13f01e;p=squirrelmail.git diff --git a/src/folders.php b/src/folders.php index 9c9a0b37..7dd930c0 100644 --- a/src/folders.php +++ b/src/folders.php @@ -90,7 +90,7 @@ if ( isset($success) && $success ) { echo "\n
"; $imapConnection = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 0); -$boxes = sqimap_mailbox_list($imapConnection); +$boxes = sqimap_mailbox_list($imapConnection,true); /** CREATING FOLDERS **/ echo html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="4" cellspacing="0" border="0"' ) .