From cedd503ce7ea1c94eef65a13fc5fc3ba45d72107 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 17 May 2004 20:15:39 +0000 Subject: [PATCH] force reload of folder list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7478 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/folders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"' ) . -- 2.25.1