summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-06 07:23:17 +0000
committeralecpl <alec@alec.pl>2010-10-06 07:23:17 +0000
commit6c6bb09b1556d176d3e0bfafd014e1e78eb6184b (patch)
treedaeac98875608a444bbe12622ed6ffb18df77f71 /config
parent50baa6c0c139a09e66d0b8c56c1e320a8d37989a (diff)
- Add mdn_request=4
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b71d409e5..00ba825c3 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -337,6 +337,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
+// 4 = send automatically if sender is in addressbook, otherwise ignore
$rcmail_config['mdn_requests'] = 0;
// Make use of the built-in spell checker. It is based on GoogieSpell.