fix for _bcc ending up in Return-Path Header on SaveAsDraft

This commit is contained in:
Klaus Leithoff 2015-02-03 14:11:55 +00:00
parent e9bd3317a5
commit af4373c307

View File

@ -707,6 +707,7 @@ class egw_mailer extends Horde_Mime_Mail
{
case '_bcc':
$this->_bcc = $value; // this is NOT PHPMailer compatibility, but need for working BCC, if $this->_bcc is NOT set
break;
case 'Sender':
$this->addHeader('Return-Path', '<'.$value.'>', true);
break;