summaryrefslogtreecommitdiff
path: root/installer/config.php
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 /installer/config.php
parent50baa6c0c139a09e66d0b8c56c1e320a8d37989a (diff)
- Add mdn_request=4
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/config.php b/installer/config.php
index c9eeaebfc..f35c6c2c0 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -574,7 +574,8 @@ echo $select_autosave->show(intval($RCI->getprop('draft_autosave')));
$mdn_opts = array(
0 => 'ask the user',
1 => 'send automatically',
- 3 => 'send receipt to user contacts only',
+ 3 => 'send receipt to user contacts, otherwise ask the user',
+ 4 => 'send receipt to user contacts, otherwise ignore',
2 => 'ignore',
);