From db187a17682cacef785f8c95e4bbe0c700b623d6 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 11 Apr 2008 16:53:59 +0000 Subject: #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 --- roundcubemail/index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roundcubemail/index.php') 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); } -- cgit v1.2.3