From b076a460e5418ae8f0db0b4b392d91853fd2a21b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 26 Oct 2005 18:12:36 -0400
Subject: [PATCH] Finished message sorting and fixed some skin issues

---
 skins/default/templates/compose.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 5774b78..26c9de5 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -24,6 +24,7 @@
 </head>
 <body>
 
+<roundcube:include file="/includes/taskbar.html" />
 <roundcube:include file="/includes/header.html" />
 
 <form name="form" method="post">

--
Gitblit v1.9.1