diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-21 11:39:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-21 11:40:25 +0200 |
commit | 62fe7203e641696566af66d8ea447482a0398426 (patch) | |
tree | c198e653bb7a39337917616e025211a957f21513 /config/main.inc.php.dist | |
parent | 7f1218caeacb5c3085047e61b9e3cf8e82198045 (diff) |
Hide Delivery Status Notification option when smtp_server is unset (#1489336)
Conflicts:
CHANGELOG
config/main.inc.php.dist
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
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 |