From 6c6bb09b1556d176d3e0bfafd014e1e78eb6184b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 06 Oct 2010 03:23:17 -0400
Subject: [PATCH] - Add mdn_request=4

---
 installer/config.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/installer/config.php b/installer/config.php
index c9eeaeb..f35c6c2 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -574,7 +574,8 @@
 $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',
 );
 

--
Gitblit v1.9.1