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/classic/templates/mail.html | |
parent | ee01be5b5b854320de83e09c66070acd71283a70 (diff) | |
parent | 873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/classic/templates/mail.html')
-rw-r--r-- | skins/classic/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/mail.html b/skins/classic/templates/mail.html index 75a112ff5..c7010e87c 100644 --- a/skins/classic/templates/mail.html +++ b/skins/classic/templates/mail.html @@ -28,7 +28,7 @@ <div id="mailboxlist-container"> <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div> <div id="mailboxlist-content" class="boxlistcontent"> -<roundcube:object name="mailboxlist" id="mailboxlist" folder_filter="mail" /> +<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" folder_filter="mail" /> </div> <div id="mailboxlist-footer" class="boxfooter"> <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> |