summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-23 20:00:04 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-23 20:00:04 +0200
commit65ac8302e4d8fce7f5e3aa21332d78fcbd09e8b3 (patch)
tree85159cd653706a181b5853e55d74fc7ef9780f95 /program/steps/mail/sendmail.inc
parent7d213af1bd85cb09e5b66dd2c03506eb76c9495b (diff)
Fix missing Mail-Followup-To header in sent mail (#1489829)
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r--program/steps/mail/sendmail.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index 01a32a12c..04ba94f5e 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -201,7 +201,7 @@ if (!empty($headers['Reply-To'])) {
$headers['Mail-Reply-To'] = $headers['Reply-To'];
}
if ($hdr = rcube_utils::get_input_value('_followupto', rcube_utils::INPUT_POST, TRUE, $message_charset)) {
- $headers['Mail-Followup-To'] = rcmail_email_input_format();
+ $headers['Mail-Followup-To'] = rcmail_email_input_format($hdr);
}
// remember reply/forward UIDs in special headers