Changeset 3bfab3b in github for config/main.inc.php.dist


Ignore:
Timestamp:
May 26, 2008 6:11:19 AM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
c0e35832
Parents:
027af30
Message:

fix to #1485083

File:
1 edited

Legend:

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

    raec031c r3bfab3b  
    329329$rcmail_config['logout_expunge'] = FALSE; 
    330330 
     331/** 
     332 * 'Delete always' 
     333 * This setting reflects if mail should be always marked as deleted, 
     334 * even if moving to "Trash" fails. This is necessary in some setups 
     335 * because a) people may not have a Trash folder or b) they are over 
     336 * quota (and Trash is included in the quota). 
     337 * 
     338 * This is a failover setting for iil_C_Move when a message is moved 
     339 * to the Trash, and not the same as "delete_right_away". 
     340 */ 
     341$rcmail_config['delete_always'] = true; 
     342 
    331343// end of config file 
    332344?> 
Note: See TracChangeset for help on using the changeset viewer.