Fix identity selection on reply (#1489291)

pull/117/head
Aleksander Machniak 11 years ago
parent 70eac89a5c
commit 5fd90b9a6b

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

@ -511,7 +511,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
$OUTPUT->set_env('signatures', $a_signatures);

Loading…
Cancel
Save