Changeset b190970 in github for config/main.inc.php.dist
- Timestamp:
- Dec 1, 2006 1:06:16 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 53ed1e3
- Parents:
- 740e9ec
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rd656f1c rb190970 196 196 */ 197 197 198 // don't allow these settings to be overriden by the user 199 $rcmail_config['dont_override'] = array(); 200 198 201 // list of configuration option names that need to be available in Javascript. 199 202 $rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion'); … … 217 220 $rcmail_config['prefer_html'] = TRUE; 218 221 222 // compose html formatted messages by default 223 $rcmail_config['htmleditor'] = TRUE; 224 219 225 // show pretty dates as standard 220 226 $rcmail_config['prettydate'] = TRUE; … … 229 235 $rcmail_config['draft_autosave'] = 300; 230 236 237 // default setting if preview pane is enabled 238 $rcmail_config['preview_pane'] = FALSE; 239 231 240 // end of config file 232 241 ?>
Note: See TracChangeset
for help on using the changeset viewer.
