summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
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',
);