diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
commit | 6d3e53d2b8a24e594f7c7fe93a0632a8171cdab3 (patch) | |
tree | 6e75f0e6afb61c8594d379ab47c7b3ee2e761285 /program/steps/settings/save_prefs.inc | |
parent | 476fa983c0b8c64c8a28606a1897049e75f4e061 (diff) | |
parent | fa5f3f26f938ec8ddf7db8e9401e0e4363decfb7 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
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 797ffb615..88fa5298a 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -86,6 +86,7 @@ switch ($CURR_SECTION) 'strip_existing_sig' => isset($_POST['_strip_existing_sig']), 'sig_above' => !empty($_POST['_sig_above']) && !empty($_POST['_top_posting']), 'default_font' => get_input_value('_default_font', RCUBE_INPUT_POST), + 'forward_attachment' => !empty($_POST['_forward_attachment']), ); break; |