summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-11-04 14:09:47 +0000
committeralecpl <alec@alec.pl>2010-11-04 14:09:47 +0000
commitac2c95302129e9692558632b03a1a6342fbd99b7 (patch)
tree7054db3f91069795ab8fb4e1a85defa37d0b2c88
parent30b30226e6569f13e444cdcb513cd2bfc24318d7 (diff)
- Remove leftover code
-rw-r--r--program/steps/mail/copy.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc
index ba5fa723c..82a1ed4a7 100644
--- a/program/steps/mail/copy.inc
+++ b/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);