From 15e00bdf5002844841cc76e4d699157a475b0211 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 18 Mar 2010 13:02:18 +0000 Subject: - Improved performance of folders operations (#1486525) + code cleanups --- program/steps/mail/func.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'program/steps/mail') 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)); -- cgit v1.2.3