Changeset c0e35832 in github


Ignore:
Timestamp:
May 26, 2008 6:16:21 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:
afe50ae
Parents:
3bfab3b
Message:

set delete_always to false

File:
1 edited

Legend:

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

    r3bfab3b rc0e35832  
    339339 * to the Trash, and not the same as "delete_right_away". 
    340340 */ 
    341 $rcmail_config['delete_always'] = true; 
     341$rcmail_config['delete_always'] = false; 
    342342 
    343343// end of config file 
Note: See TracChangeset for help on using the changeset viewer.