From 1cded85790206afe084e1baff371c543711b2b18 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 03 Dec 2005 11:54:12 -0500
Subject: [PATCH] Re-design of caching (new database table added\!); some bugfixes; Postgres support

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

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 61d0e6d..0f87c63 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -37,9 +37,7 @@
   messageIcon="/images/icons/dot.png"
   unreadIcon="/images/icons/unread.png"
   repliedIcon="/images/icons/replied.png"
-  attachmentIcon="/images/icons/attachment.png"
-  sortDescButton="/images/buttons/up_arrow.png"
-  sortAscButton="/images/buttons/down_arrow.png" />
+  attachmentIcon="/images/icons/attachment.png" />
 </div>
 
 <div id="listcontrols">

--
Gitblit v1.9.1