From f0f98fb108885aca3c29f759128040ef9e015e68 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Mon, 24 Jul 2006 14:41:27 -0400
Subject: [PATCH] Improvements to Draft handling

---
 index.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index 9668d52..c496b4d 100644
--- a/index.php
+++ b/index.php
@@ -291,8 +291,8 @@
     include('program/steps/mail/rss.inc');
 
   // kill compose entry from session
-  if (isset($_SESSION['compose']))
-    rcmail_compose_cleanup();
+//  if (isset($_SESSION['compose']))
+//    rcmail_compose_cleanup();
     
   // make sure the message count is refreshed
   $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE);

--
Gitblit v1.9.1