diff options
author | alecpl <alec@alec.pl> | 2008-04-11 16:53:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-04-11 16:53:59 +0000 |
commit | 6d2714b3b3660f8a4efbb9c53e00b76245c2bcc2 (patch) | |
tree | f5193b8a3130b02ffec6718a6848456e7a1a722b /index.php | |
parent | fe6b7ae748f1065a9f6ece6f0cc26594b6d208c3 (diff) |
#1484972: optimization: mark as read in one action with preview, deleted redundant quota reads
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); } |