diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-25 13:45:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-25 13:49:48 +0200 |
commit | 524ead187ac560e2b199bef18b89e46e03b86242 (patch) | |
tree | 0794ec46702703cfb186e0524ddf83e593ec24d1 /program/steps/settings/save_prefs.inc | |
parent | c993e10d07d76ef7f24b45bc9e7c1c1115c85980 (diff) |
Move messages forwarding mode setting into Preferences
Conflicts:
CHANGELOG
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 f521f4f34..cacc359e9 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -89,6 +89,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; |