diff options
author | thomascube <thomas@roundcube.net> | 2008-02-04 17:39:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-04 17:39:06 +0000 |
commit | 0ea884099afbe57b12faa29f2d676c44faa1cbf5 (patch) | |
tree | d3918bd19bf2ac24f54a991f5144c04e7ad36552 /config | |
parent | c708c9a67a8e32fdd67ca1eb7e807fa61fd125c4 (diff) |
Make sending of read receipts configurable
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index fc7d28323..1ac688de7 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -176,6 +176,10 @@ $rcmail_config['read_when_deleted'] = TRUE; // false causes deleted messages to be permanantly removed if there is no Trash folder $rcmail_config['flag_for_deletion'] = TRUE; +// Behavior if a received message requests a message delivery notification (read receipt) +// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask) +$rcmail_config['mdn_requests'] = 0; + // Make use of the built-in spell checker. It is based on GoogieSpell. // Since Google only accepts connections over https your PHP installatation // requires to be compiled with Open SSL support |