From a95e0e174c48b7c5242b8969aef99838a52c41ee Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 21 Oct 2005 08:12:23 -0400
Subject: [PATCH] Improved support for UTF-8 and other charsets

---
 skins/default/templates/mail.html |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 2c47cb6..56d0df6 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -24,7 +24,8 @@
 </div>
 
 <div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div>
-<roundcube:object name="mailboxlist" id="mailboxlist" />
+<div id="mailboxlist-container"><roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" /></div>
+
 
 <div id="mailcontframe">
 <roundcube:object name="messages"
@@ -43,8 +44,6 @@
 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
 <roundcube:button command="select-none" label="none" classAct="active" />
 </div>
-
-<roundcube:include file="/includes/taskbar.html" />
 
 </body>
 </html>

--
Gitblit v1.9.1