From 6c6bb09b1556d176d3e0bfafd014e1e78eb6184b Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 6 Oct 2010 07:23:17 +0000 Subject: - Add mdn_request=4 --- installer/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/config.php') 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', ); -- cgit v1.2.3