diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php
index b8f1a4ecc4..7005797ffe 100644
--- a/mail/inc/class.mail_hooks.inc.php
+++ b/mail/inc/class.mail_hooks.inc.php
@@ -836,6 +836,14 @@ class mail_hooks
}
+ // Destination div for folder tree
+ $file[] = array(
+ 'no_lang' => true,
+ 'text'=>'',
+ 'link'=>false,
+ 'icon' => false
+ );
+
// display them all
display_sidebox($appname,$menu_title,$file);
diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet
index 1bba39dfd6..2b57eb4df6 100644
--- a/mail/templates/default/index.xet
+++ b/mail/templates/default/index.xet
@@ -32,8 +32,8 @@
-
+
-
\ No newline at end of file
+