summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/config.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-06 07:23:17 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-06 07:23:17 +0000
commitf898397206eb56a7134d71267b15eb9597916133 (patch)
tree30df17a324430546a423db67a456b9984bbe2160 /roundcubemail/installer/config.php
parent88da3ce26d672c7e13eac3a4d5ef3f3bab26e247 (diff)
- Add mdn_request=4
git-svn-id: https://svn.roundcube.net/trunk@4045 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
-rw-r--r--roundcubemail/installer/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php
index c9eeaebfc..f35c6c2c0 100644
--- a/roundcubemail/installer/config.php
+++ b/roundcubemail/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',
);