summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-14 18:20:35 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-12-14 18:20:35 +0000
commit10f1eb8b9d099ec0ee0e6638e5c1eaca0d0cb4e4 (patch)
tree59c73d6e796fff66b000f915a3ced4adf53353da /roundcubemail/program/steps
parent59dfcc272f9faef81ffe98ae16f6eb25c05a87ac (diff)
Fixed wrong exclusion of draft_autosave property (Bug #1484160)
git-svn-id: https://svn.roundcube.net/trunk@407 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc
index 70d29dbfe..91f2f9080 100644
--- a/roundcubemail/program/steps/settings/func.inc
+++ b/roundcubemail/program/steps/settings/func.inc
@@ -179,7 +179,7 @@ function rcmail_user_prefs_form($attrib)
$input_preview->show($CONFIG['preview_pane']?1:0));
}
- if (!empty($CONFIG['drafts_mbox']) && !isset($no_override['preview_pane']))
+ if (!empty($CONFIG['drafts_mbox']) && !isset($no_override['draft_autosave']))
{
$field_id = 'rcmfd_autosave';
$select_autosave = new select(array('name' => '_draft_autosave', 'id' => $field_id));