diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:26:47 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:26:47 +0100 |
commit | 8bfbd5e9f9c1d2c4657bda2f6099f01fc8097846 (patch) | |
tree | c9c3fab72bbeb3fc4919340331b2fdd4b382404c /skins/larry/templates/message.html | |
parent | ee01be5b5b854320de83e09c66070acd71283a70 (diff) | |
parent | 873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/templates/message.html')
-rw-r--r-- | skins/larry/templates/message.html | 2 |
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> |