From 3c6897198704deb5609b6b800cbbb78ea5bdd7e8 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 5 Oct 2011 11:35:19 +0000 Subject: - Improved performance by skipping folders list sorting when it's not needed in folder manager git-svn-id: https://svn.roundcube.net/trunk@5309 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/folders.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/settings/folders.inc b/roundcubemail/program/steps/settings/folders.inc index 1d5df46e9..206f62c60 100644 --- a/roundcubemail/program/steps/settings/folders.inc +++ b/roundcubemail/program/steps/settings/folders.inc @@ -203,7 +203,7 @@ function rcube_subscription_form($attrib) $IMAP->clear_cache('mailboxes', true); $a_unsubscribed = $IMAP->list_unsubscribed(); - $a_subscribed = $IMAP->list_mailboxes(); + $a_subscribed = $IMAP->list_mailboxes('', '*', null, null, true); // unsorted $delimiter = $IMAP->get_hierarchy_delimiter(); $namespace = $IMAP->get_namespace(); $a_js_folders = array(); -- cgit v1.2.3