summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-18 13:02:18 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-18 13:02:18 +0000
commitd51db7c83385535deec9d25e8c428f9337159b99 (patch)
tree0b6433f9c18d5e915cf61cc08c21c8cfd0b25574 /roundcubemail/program/steps
parentc91cf56118eb5832029d9e4dd05a9586c0d35b43 (diff)
- Improved performance of folders operations (#1486525) + code cleanups
git-svn-id: https://svn.roundcube.net/trunk@3379 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/func.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index 5f52161c4..09a24924b 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/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));