| | |
| | | * '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; |
| | | |
| | |
| | | // 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 |
| | | ?> |