summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-08-25 10:03:15 +0200
committerAleksander Machniak <alec@alec.pl>2013-08-25 10:03:15 +0200
commit2e5f64c9e42c4a0cf8a2541971e178a2a48e36ae (patch)
tree4f367ad7a5fda1e8b3b9ef04e814b3cd62396a6e /program
parent6efadfc8d38730f3ee6d0bbcd53bdc24ef094116 (diff)
Fix identity selection on reply (#1489291)
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index c9d8c0b45..9dadfe4ad 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -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
$OUTPUT->set_env('signatures', $a_signatures);