summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/save_prefs.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-02 08:31:29 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-11-02 08:31:29 +0000
commit88798d1ed2265d3fc8d7a31e3509c2c52064e62c (patch)
tree1001808160303454bba193ed1e3730c703f3fa50 /roundcubemail/program/steps/settings/save_prefs.inc
parent5d2f4c2023d5b7d0d085a1cb71f53cf4bfb96bc4 (diff)
- top posting (#1484272)
git-svn-id: https://svn.roundcube.net/trunk@3087 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/save_prefs.inc')
-rw-r--r--roundcubemail/program/steps/settings/save_prefs.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/settings/save_prefs.inc b/roundcubemail/program/steps/settings/save_prefs.inc
index ddb1367c8..e38a695a4 100644
--- a/roundcubemail/program/steps/settings/save_prefs.inc
+++ b/roundcubemail/program/steps/settings/save_prefs.inc
@@ -62,6 +62,8 @@ switch ($CURR_SECTION)
'htmleditor' => isset($_POST['_htmleditor']) ? TRUE : FALSE,
'draft_autosave' => isset($_POST['_draft_autosave']) ? intval($_POST['_draft_autosave']) : 0,
'mime_param_folding' => isset($_POST['_mime_param_folding']) ? intval($_POST['_mime_param_folding']) : 0,
+ 'show_sig' => isset($_POST['_show_sig']) ? intval($_POST['_show_sig']) : 0,
+ 'top_posting' => isset($_POST['_top_posting']) ? TRUE : FALSE,
);
break;