diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-11 16:53:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-11 16:53:59 +0000 |
| commit | db187a17682cacef785f8c95e4bbe0c700b623d6 (patch) | |
| tree | b560567c3e755d5548236e79b71eed66ac37e559 /roundcubemail/index.php | |
| parent | e900cbd0fc910708c927aa40d85f652c6e08ea37 (diff) | |
#1484972: optimization: mark as read in one action with preview, deleted redundant quota reads
git-svn-id: https://svn.roundcube.net/trunk@1285 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index e9c1cee98..b160dd681 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -326,10 +326,6 @@ if ($_task=='mail') if ($_action=='rss') include('program/steps/mail/rss.inc'); - if ($_action=='quotadisplay') - include('program/steps/mail/quotadisplay.inc'); - - // make sure the message count is refreshed $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE); } |
