Changeset b190970 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Dec 1, 2006 1:06:16 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
53ed1e3
Parents:
740e9ec
Message:

Introducing preview pane and conditional skin tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    rd656f1c rb190970  
    196196 */ 
    197197 
     198// don't allow these settings to be overriden by the user 
     199$rcmail_config['dont_override'] = array(); 
     200 
    198201// list of configuration option names that need to be available in Javascript. 
    199202$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion'); 
     
    217220$rcmail_config['prefer_html'] = TRUE; 
    218221 
     222// compose html formatted messages by default 
     223$rcmail_config['htmleditor'] = TRUE; 
     224 
    219225// show pretty dates as standard 
    220226$rcmail_config['prettydate'] = TRUE; 
     
    229235$rcmail_config['draft_autosave'] = 300; 
    230236 
     237// default setting if preview pane is enabled 
     238$rcmail_config['preview_pane'] = FALSE; 
     239 
    231240// end of config file 
    232241?> 
Note: See TracChangeset for help on using the changeset viewer.