thomascube
2006-09-07 d656f1ca71de0ec88da9ac84987bdeb44e371ccf
config/main.inc.php.dist
@@ -195,6 +195,9 @@
 *                                                    'fuzzy_search'  => 0);
 */
// list of configuration option names that need to be available in Javascript.
$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion');
// try to load host-specific configuration
$rcmail_config['include_host_config'] = FALSE;
@@ -222,9 +225,8 @@
// default sort order
$rcmail_config['message_sort_order'] = 'DESC';
// list of configuration option names that need to be available in Javascript.
$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion');
// save compose message every 300 seconds (5min)
$rcmail_config['draft_autosave'] = 300;
// end of config file
?>