diff options
author | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-07-24 18:41:27 +0000 |
commit | f0f98fb108885aca3c29f759128040ef9e015e68 (patch) | |
tree | 9e2c6251221d21817eef835d7e0778da45d50e13 /index.php | |
parent | d52676effc52f8a92c70b4e7267de8b2a47b6ffe (diff) |
Improvements to Draft handling
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |