Fixed alignment of title text for folder list frame, also changed refresh string...
[squirrelmail.git] / src / folders.php
index 9c9a0b37452743a3c19a372a1ecd02c53cdf08ef..7dd930c03dc68d2346cb4090e596c6ef015fbfa8 100644 (file)
@@ -90,7 +90,7 @@ if ( isset($success) && $success ) {
 echo "\n<br>";
 
 $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"' ) .