summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-04 14:09:47 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-04 14:09:47 +0000
commit50c4d7e707d72431c94757ee00a559a9e8666e5b (patch)
tree9c0a2e3f152f2ee48f2c8a00c5363c1c0073dac7 /roundcubemail/program
parent65c4c3195cfe3c91b1b32791097f5be324681920 (diff)
- Remove leftover code
git-svn-id: https://svn.roundcube.net/trunk@4181 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/steps/mail/copy.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/steps/mail/copy.inc b/roundcubemail/program/steps/mail/copy.inc
index ba5fa723c..82a1ed4a7 100644
--- a/roundcubemail/program/steps/mail/copy.inc
+++ b/roundcubemail/program/steps/mail/copy.inc
@@ -23,10 +23,6 @@
if (!$OUTPUT->ajax_call)
return;
-// count messages before changing anything
-$old_count = $IMAP->messagecount(NULL, $IMAP->threading ? 'THREADS' : 'ALL');
-$old_pages = ceil($old_count / $IMAP->page_size);
-
// move messages
if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) {
$uids = get_input_value('_uid', RCUBE_INPUT_POST);