Aleksander Machniak
2016-02-23 10f24c034b388880d3095724c2d7d2ee69ac8655
Hide DSN option in Preferences when smtp_server is not used (#1490666)
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/steps/settings/func.inc 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -8,6 +8,7 @@
- Fix bug where Archive/Junk buttons were not active after page jump with select=all mode (#1490647)
- Fix bug in long recipients list parsing for cases where recipient name contained @-char (#1490653)
- Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#1490657)
- Hide DSN option in Preferences when smtp_server is not used (#1490666)
RELEASE 1.0.8
-------------
program/steps/settings/func.inc
@@ -739,7 +739,7 @@
                );
            }
            if (!isset($no_override['dsn_default'])) {
            if (!isset($no_override['dsn_default']) && $RCMAIL->config->get('smtp_server')) {
                if (!$current) {
                    continue 2;
                }