force reload of folder list
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 20:15:39 +0000 (20:15 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 20:15:39 +0000 (20:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7478 7612ce4b-ef26-0410-bec9-ea0150e637f0

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"' ) .