diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-24 18:41:27 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-07-24 18:41:27 +0000 |
| commit | 8caf79e1b0db4ea1a46aa14034901f571d30f742 (patch) | |
| tree | 5fedfedd70d5fa1b382275a8fbc6ec61f79640c9 /roundcubemail/index.php | |
| parent | 5ab681d494372f43865da1ac78c57b6130e23484 (diff) | |
Improvements to Draft handling
git-svn-id: https://svn.roundcube.net/trunk@281 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
