Aleksander Machniak
2016-02-23 b01689caf8e372d40112eda0f14a84eed41389d5
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
@@ -11,6 +11,7 @@
- Fix bug in long recipients list parsing for cases where recipient name contained @-char (#1490653)
- Plugin API: Added addressbook_export hook
- 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.1.4
-------------
program/steps/settings/func.inc
@@ -748,7 +748,7 @@
                );
            }
            if (!isset($no_override['dsn_default'])) {
            if (!isset($no_override['dsn_default']) && $RCMAIL->config->get('smtp_server')) {
                if (!$current) {
                    continue 2;
                }