diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-04 17:39:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-04 17:39:06 +0000 |
| commit | 0da3aa1eb3b128e041ba41abb0a05395fdcffac7 (patch) | |
| tree | 816c14944a1d6d631b6a7313663be1faff1fc20e /roundcubemail/config | |
| parent | cfdd2a89837edf8b9e15247f7b4fd3309782a821 (diff) | |
Make sending of read receipts configurable
git-svn-id: https://svn.roundcube.net/trunk@1013 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index fc7d28323..1ac688de7 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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 |
