diff options
author | alecpl <alec@alec.pl> | 2011-12-27 08:47:55 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-27 08:47:55 +0000 |
commit | 9912cd9d8e5db97ea5c5e1ac8128e1a7e0df0d93 (patch) | |
tree | 3156b36e03242d54963f8bc6ec866973ebd54a9d /skins/larry/templates/message.html | |
parent | 847d31060967760f009485dbb80cd588669e21bf (diff) |
- Fix unread wrapping on folderlist in message.html
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 b73f647ca..f7e4a8b57 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -16,7 +16,7 @@ <!-- folders list --> <div id="mailboxcontainer" class="uibox listbox"> <div class="scroller"> -<roundcube:object name="mailboxlist" id="mailboxlist"class="listing" folder_filter="mail" /> +<roundcube:object name="mailboxlist" id="mailboxlist" class="listing" folder_filter="mail" unreadwrap="%s" /> </div> </div> |