Changeset 0ea88409 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Feb 4, 2008 12:39:06 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
cb3badb
Parents:
c708c9a
Message:

Make sending of read receipts configurable

File:
1 edited

Legend:

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

    rb2ff3d4 r0ea88409  
    176176// false causes deleted messages to be permanantly removed if there is no Trash folder 
    177177$rcmail_config['flag_for_deletion'] = TRUE; 
     178 
     179// Behavior if a received message requests a message delivery notification (read receipt) 
     180// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask) 
     181$rcmail_config['mdn_requests'] = 0; 
    178182 
    179183// Make use of the built-in spell checker. It is based on GoogieSpell. 
Note: See TracChangeset for help on using the changeset viewer.