Changeset 2b58528 in github


Ignore:
Timestamp:
Oct 3, 2008 9:12:04 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e107123
Parents:
9b3d7f74
Message:
  • some option moved to user prefs section
File:
1 edited

Legend:

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

    rffae15e5 r2b58528  
    182182// if in your system 0 quota means no limit set this option to TRUE  
    183183$rcmail_config['quota_zero_as_unlimited'] = FALSE; 
    184  
    185 // Set TRUE if deleted messages should not be displayed 
    186 // This will make the application run slower 
    187 $rcmail_config['skip_deleted'] = FALSE; 
    188  
    189 // Set true to Mark deleted messages as read as well as deleted 
    190 // False means that a message's read status is not affected by marking it as deleted 
    191 $rcmail_config['read_when_deleted'] = TRUE; 
    192  
    193 // When a Trash folder is not present and a message is deleted, flag  
    194 // the message for deletion rather than deleting it immediately.  Setting this to  
    195 // false causes deleted messages to be permanantly removed if there is no Trash folder 
    196 $rcmail_config['flag_for_deletion'] = FALSE; 
    197184 
    198185// Behavior if a received message requests a message delivery notification (read receipt) 
     
    384371$rcmail_config['mime_param_folding'] = 0; 
    385372 
     373// Set TRUE if deleted messages should not be displayed 
     374// This will make the application run slower 
     375$rcmail_config['skip_deleted'] = FALSE; 
     376 
     377// Set true to Mark deleted messages as read as well as deleted 
     378// False means that a message's read status is not affected by marking it as deleted 
     379$rcmail_config['read_when_deleted'] = TRUE; 
     380 
     381// When a Trash folder is not present and a message is deleted, flag  
     382// the message for deletion rather than deleting it immediately.  Setting this to  
     383// false causes deleted messages to be permanantly removed if there is no Trash folder 
     384$rcmail_config['flag_for_deletion'] = FALSE; 
     385 
    386386// end of config file 
    387387?> 
Note: See TracChangeset for help on using the changeset viewer.