From f1fba2d7fb955c7897d9cb4a2dce9ec21e981214 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 21 Sep 2013 11:39:02 +0200 Subject: Hide Delivery Status Notification option when smtp_server is unset (#1489336) --- config/defaults.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 97c8f3b25..314150f50 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -960,6 +960,7 @@ $config['mdn_requests'] = 0; $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 -- cgit v1.2.3