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 --- CHANGELOG | 1 + config/main.inc.php.dist | 1 + skins/classic/templates/compose.html | 15 +++++++++++---- skins/larry/templates/compose.html | 2 ++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f70dcf637..b003bae09 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Hide Delivery Status Notification option when smtp_server is unset (#1489336) - Display full attachment name using title attribute when name is too long to display (#1489320) - Fix attachment icon issue when rare font/language is used (#1489326) - Fix expanded thread root message styling after refreshing messages list (#1489327) 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 diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 5b0b47924..b6dab2c4c 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -178,16 +178,23 @@ - + + + - + + + - + + + - + + diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 9cfe7fe4c..1e2a45912 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -140,9 +140,11 @@ + + -- cgit v1.2.3