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:39:02 +0200 |
commit | f1fba2d7fb955c7897d9cb4a2dce9ec21e981214 (patch) | |
tree | 1e2f1a1c44f6ad2b0167a6a81462cf2be5e82dd0 /config/defaults.inc.php | |
parent | f7b2bfba092213af2f7101b18b96e957cbe0b217 (diff) |
Hide Delivery Status Notification option when smtp_server is unset (#1489336)
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | 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 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 |