summaryrefslogtreecommitdiff
path: root/skins/larry/templates/message.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-31 15:19:58 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-31 15:19:58 +0100
commit18de07e86f44ccfa27fd6783da4a2398d53ba72a (patch)
tree55ce98e00332ba2e906452c96d0ff6ac02d3793a /skins/larry/templates/message.html
parente654d9bd24af873e3d2504a8beb2847c3bd862ee (diff)
Set the new treelist class to all mailboxlist objects
Diffstat (limited to 'skins/larry/templates/message.html')
-rw-r--r--skins/larry/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html
index ae77c0dc0..b4ceb6a6c 100644
--- a/skins/larry/templates/message.html
+++ b/skins/larry/templates/message.html
@@ -28,7 +28,7 @@
<!-- folders list -->
<div id="mailboxcontainer" class="uibox listbox">
<div class="scroller">
-<roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" />
+<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" />
</div>
</div>