From: Michael M Slusarz Date: Wed, 10 Feb 2010 05:59:13 +0000 (-0700) Subject: Make sure all special mailboxes are sent when rebuilding mailbox tree X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8dc2a0ef9d76ed3d8ac9b82b88234a06b5a62a38;p=horde.git Make sure all special mailboxes are sent when rebuilding mailbox tree --- diff --git a/imp/lib/Ajax/Application.php b/imp/lib/Ajax/Application.php index a4a24ebb9..16249eaa4 100644 --- a/imp/lib/Ajax/Application.php +++ b/imp/lib/Ajax/Application.php @@ -313,7 +313,7 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base /* Add special folders explicitly to the initial folder list, since * they are ALWAYS displayed and may appear outside of the folder * slice requested. */ - if ($vars->initial) { + if ($vars->initial || $vars->reload) { foreach ($imptree->getSpecialMailboxes() as $val) { if (!is_array($val)) { $val = array($val);