diff --git a/ident_switch.php b/ident_switch.php index d2525e2..8e80e78 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -458,7 +458,7 @@ class ident_switch extends rcube_plugin $rc->output->redirect( array( '_task' => 'mail', - '_mbox' => rcube_utils::get_input_value('_mbox', RCUBE_INPUT_GET), + '_mbox' => 'INBOX', ) ); }