From 8caf79e1b0db4ea1a46aa14034901f571d30f742 Mon Sep 17 00:00:00 2001 From: richs Date: Mon, 24 Jul 2006 18:41:27 +0000 Subject: Improvements to Draft handling git-svn-id: https://svn.roundcube.net/trunk@281 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 9668d52fa..c496b4dc9 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -291,8 +291,8 @@ if ($_task=='mail') 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); -- cgit v1.2.3