From 6285d0bffd5f269f142be58e8ce8a2a13c4dac97 Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Sun, 16 Oct 2016 13:31:15 +0300 Subject: [PATCH] Always reset selection to INBOX after switch. Closes #12. --- ident_switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) ); }