summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-12-14 18:20:35 +0000
committerthomascube <thomas@roundcube.net>2006-12-14 18:20:35 +0000
commit166796bd3e7e5c7d3437cb3f72008445d7183d86 (patch)
treefe36d9cca07ccd739f7a5d7afd8bc7517b5188c5 /program/steps
parentd831af99b4560218a4b572cfbbff38e3134e54a1 (diff)
Fixed wrong exclusion of draft_autosave property (Bug #1484160)
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index 70d29dbfe..91f2f9080 100644
--- a/program/steps/settings/func.inc
+++ b/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));