diff options
author | alecpl <alec@alec.pl> | 2008-10-22 17:41:22 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-22 17:41:22 +0000 |
commit | 06343d189ea9a58713fff0482b7cb8e48190f8a0 (patch) | |
tree | 7faa05e711b807794e5e8efd3d5b926885f6a506 /program/steps/settings/save_prefs.inc | |
parent | fe7618f1baf08fe8f579b2efdbb7e5200b60e6d4 (diff) |
- Added option focus_on_new_message (#1485374)
Diffstat (limited to 'program/steps/settings/save_prefs.inc')
-rw-r--r-- | program/steps/settings/save_prefs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index beeb1df0f..3f6328d0d 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -30,6 +30,7 @@ $a_user_prefs = array( 'htmleditor' => isset($_POST['_htmleditor']) ? TRUE : FALSE, 'inline_images' => isset($_POST['_inline_images']) ? TRUE : FALSE, 'preview_pane' => isset($_POST['_preview_pane']) ? TRUE : FALSE, + 'focus_on_new_message' => isset($_POST['_focus_on_new_message']) ? TRUE : FALSE, 'read_when_deleted' => isset($_POST['_read_when_deleted']) ? TRUE : FALSE, 'skip_deleted' => isset($_POST['_skip_deleted']) ? TRUE : FALSE, 'flag_for_deletion' => isset($_POST['_flag_for_deletion']) ? TRUE : FALSE, |