David Carter
2013-05-29 149f8a00cc51c87fef3afe2fbb51822a3582c583
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),