program/steps/settings/save_prefs.inc
@@ -119,8 +119,8 @@ case 'folders': $a_user_prefs = array( 'show_actual_foldernames' => isset($_POST['_show_actual_foldernames']) ? TRUE : FALSE, 'show_real_foldernames' => isset($_POST['_show_real_foldernames']) ? TRUE : FALSE, 'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST, true), 'sent_mbox' => get_input_value('_sent_mbox', RCUBE_INPUT_POST, true), 'junk_mbox' => get_input_value('_junk_mbox', RCUBE_INPUT_POST, true),