From 569654a8c350de5b34cb65ae561bf95418b15f1c Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 22 May 2009 18:34:50 +0000 Subject: - overwrite default_imap_folders according to *_mbox settings (#1485600) + some small updates --- installer/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index d090312ed..e51b4bf0a 100644 --- a/installer/config.php +++ b/installer/config.php @@ -485,7 +485,7 @@ echo $check_smtplog->show(intval($RCI->getprop('smtp_log')), array('value' => 1) Display settings & user prefs
-
language
+
language *
show(intval($RCI->getprop('htmleditor'))); $select_autosave = new html_select(array('name' => '_draft_autosave', 'id' => 'cfgautosave')); $select_autosave->add('never', 0); -foreach (array(3, 5, 10) as $i => $min) +foreach (array(1, 3, 5, 10) as $i => $min) $select_autosave->add("$min min", $min*60); echo $select_autosave->show(intval($RCI->getprop('draft_autosave'))); -- cgit v1.2.3