Fix identity selection on reply (#1489291)

pull/106/head
Aleksander Machniak 11 years ago
parent 6efadfc8d3
commit 2e5f64c9e4

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail CHANGELOG Roundcube Webmail
=========================== ===========================
- Fix identity selection on reply (#1489291)
- Fix so additional headers are added to all messages sent (#1489284) - Fix so additional headers are added to all messages sent (#1489284)
- Fix display issue after moving folder in Folder Manager (#1489293) - Fix display issue after moving folder in Folder Manager (#1489293)
- Fix handling of non-default date formats (#1489294) - Fix handling of non-default date formats (#1489294)

@ -529,7 +529,7 @@ function rcmail_compose_header_from($attrib)
} }
} }
$out = $select_from->show((int)$MESSAGE->compose['from']); $out = $select_from->show($MESSAGE->compose['from']);
// add signatures to client // add signatures to client
$OUTPUT->set_env('signatures', $a_signatures); $OUTPUT->set_env('signatures', $a_signatures);

Loading…
Cancel
Save