From 58e3602a37cccab55f71fbf839b32fbc4322699c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 14:08:10 -0500
Subject: [PATCH] Bugfixes for encoding and sending with attachments

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

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 0913018..224668e 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -50,7 +50,8 @@
 <roundcube:label name="select" />:&nbsp;
 <roundcube:button command="select-all" label="all" classAct="active" />&nbsp;
 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
-<roundcube:button command="select-none" label="none" classAct="active" />
+<roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
+<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" />
 </div>
 
 </body>

--
Gitblit v1.9.1