diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-05 19:29:13 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-05 19:29:13 +0000 |
| commit | 9c038c865eee2a4fe50be9dfe5f17dbf9a6b862a (patch) | |
| tree | db4d2e86879aec39c3d5e2ee9a97f0143d3abd3d | |
| parent | cfa8f1fc4c5586a14655e496198fe77f7ba70c5f (diff) | |
- Describe mdn_request=3
git-svn-id: https://svn.roundcube.net/trunk@4042 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 167fb40fd..b71d409e5 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -336,6 +336,7 @@ $rcmail_config['quota_zero_as_unlimited'] = false; // 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) +// 3 = send automatically if sender is in addressbook, otherwise ask the user $rcmail_config['mdn_requests'] = 0; // Make use of the built-in spell checker. It is based on GoogieSpell. |
