From ae8f192c90dfab0bfa052d7cb247e03e80a7a249 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 20 Feb 2008 17:47:06 -0500
Subject: [PATCH] Remove MDN headers before saving in sent folder + fix wrong variale name

---
 skins/default/includes/header.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html
index b795ad1..a7e034a 100644
--- a/skins/default/includes/header.html
+++ b/skins/default/includes/header.html
@@ -1,3 +1,3 @@
-<div id="header"><img src="/images/roundcube_logo.png" width="165" height="55" alt="RoundCube Webmail" /></div>
+<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" width="165" height="55" /></div>
 
-<roundcube:object name="message" id="message" />
\ No newline at end of file
+<roundcube:object name="message" id="message" />

--
Gitblit v1.9.1