From f1fba2d7fb955c7897d9cb4a2dce9ec21e981214 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 21 Sep 2013 05:39:02 -0400
Subject: [PATCH] Hide Delivery Status Notification option when smtp_server is unset (#1489336)

---
 config/defaults.inc.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 97c8f3b..314150f 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -960,6 +960,7 @@
 $config['mdn_default'] = 0;
 
 // Delivery Status Notification checkbox default state
+// Note: This can be used only if smtp_server is non-empty
 $config['dsn_default'] = 0;
 
 // Place replies in the folder of the message being replied to

--
Gitblit v1.9.1