summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-18 13:02:18 +0000
committeralecpl <alec@alec.pl>2010-03-18 13:02:18 +0000
commit15e00bdf5002844841cc76e4d699157a475b0211 (patch)
tree5684369ebbeffd2070b26e274b96103ad6baf04b /program/steps
parent1845fb6318dd082bf29813833c2f6cb3f1794421 (diff)
- Improved performance of folders operations (#1486525) + code cleanups
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 5f52161c4..09a24924b 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -43,7 +43,6 @@ if (!in_array($RCMAIL->action, $NOIMAP_ACTIONS) && !$RCMAIL->imap_connect()) {
$OUTPUT->send('login');
}
-
// set imap properties and session vars
if ($mbox = get_input_value('_mbox', RCUBE_INPUT_GPC))
$IMAP->set_mailbox(($_SESSION['mbox'] = $mbox));