Changeset 581 in subversion


Ignore:
Timestamp:
May 18, 2007 9:29:11 AM (6 years ago)
Author:
thomasb
Message:

Update UPGRADING description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.1-rc1/UPGRADING

    r543 r581  
    1414* add these lines to /config/main.inc.php 
    1515  $rcmail_config['draft_autosave'] = 300; 
    16   $rcmail_config['htmleditor'] = TRUE; 
    17   $rcmail_config['preview_pane'] = TRUE; 
    1816  $rcmail_config['date_today'] = 'H:i'; 
    19   $rcmail_config['double_auth'] = TRUE; 
    2017* If you have LDAP servers configured, change prop key 'mail_field' 
    2118  to 'email_field' for each server confgured in /config/main.inc.php 
     
    3734  $rcmail_config['enable_spellcheck'] = TRUE; 
    3835  $rcmail_config['protect_default_folders'] = TRUE; 
     36  $rcmail_config['draft_autosave'] = 300; 
     37  $rcmail_config['date_today'] = 'H:i'; 
    3938* replace the following line from /config/main.inc.php 
    4039   @include($_SERVER['HTTP_HOST'].'.inc.php'); 
Note: See TracChangeset for help on using the changeset viewer.