diff options
author | alecpl <alec@alec.pl> | 2010-09-29 12:58:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-29 12:58:23 +0000 |
commit | b3660bbdc3a7dcae7873016f10ddc0b7c82e17b7 (patch) | |
tree | aa50edfb298fe33d1de05b4043fa4f3fafa8d338 /program/steps/settings/save_prefs.inc | |
parent | a99968259d001ebc8bd98f0f2a0aa544ed4740e8 (diff) |
- Add option to "Return receipt" will be always checked (1486352)
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 d76bdab74..4621427ee 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -66,6 +66,7 @@ switch ($CURR_SECTION) '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, 'force_7bit' => isset($_POST['_force_7bit']) ? TRUE : FALSE, + 'mdn_default' => isset($_POST['_mdn_default']) ? TRUE : FALSE, 'show_sig' => isset($_POST['_show_sig']) ? intval($_POST['_show_sig']) : 1, 'top_posting' => !empty($_POST['_top_posting']), 'strip_existing_sig' => isset($_POST['_strip_existing_sig']), |