Changeset 2b58528 in github
- Timestamp:
- Oct 3, 2008 9:12:04 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e107123
- Parents:
- 9b3d7f74
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rffae15e5 r2b58528 182 182 // if in your system 0 quota means no limit set this option to TRUE 183 183 $rcmail_config['quota_zero_as_unlimited'] = FALSE; 184 185 // Set TRUE if deleted messages should not be displayed186 // This will make the application run slower187 $rcmail_config['skip_deleted'] = FALSE;188 189 // Set true to Mark deleted messages as read as well as deleted190 // False means that a message's read status is not affected by marking it as deleted191 $rcmail_config['read_when_deleted'] = TRUE;192 193 // When a Trash folder is not present and a message is deleted, flag194 // the message for deletion rather than deleting it immediately. Setting this to195 // false causes deleted messages to be permanantly removed if there is no Trash folder196 $rcmail_config['flag_for_deletion'] = FALSE;197 184 198 185 // Behavior if a received message requests a message delivery notification (read receipt) … … 384 371 $rcmail_config['mime_param_folding'] = 0; 385 372 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 386 386 // end of config file 387 387 ?>
Note: See TracChangeset
for help on using the changeset viewer.
