Ignore:
Timestamp:
Mar 4, 2010 10:34:32 AM (3 years ago)
Author:
alec
Message:
  • Fix inconsistent behaviour of 'delete_always' option (#1486299)
File:
1 edited

Legend:

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

    r3312 r3318  
    362362/** 
    363363 * 'Delete always' 
    364  * This setting reflects if mail should be always marked as deleted, 
    365  * even if moving to "Trash" fails. This is necessary in some setups 
    366  * because a) people may not have a Trash folder or b) they are over 
    367  * quota (and Trash is included in the quota). 
    368  * 
    369  * This is a failover setting for iil_C_Move when a message is moved 
    370  * to the Trash. 
     364 * This setting reflects if mail should be always deleted 
     365 * when moving to Trash fails. This is necessary in some setups 
     366 * when user is over quota and Trash is included in the quota. 
    371367 */ 
    372368$rcmail_config['delete_always'] = false; 
Note: See TracChangeset for help on using the changeset viewer.