From 62fe7203e641696566af66d8ea447482a0398426 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) Conflicts: CHANGELOG config/main.inc.php.dist --- config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 0b81529ff..bb2965478 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -872,6 +872,7 @@ $rcmail_config['mdn_requests'] = 0; $rcmail_config['mdn_default'] = 0; // Delivery Status Notification checkbox default state +// Note: This can be used only if smtp_server is non-empty $rcmail_config['dsn_default'] = 0; // Place replies in the folder of the message being replied to -- cgit v1.2.3