Summary | mimp[compose][allow_cc] still used in compose.php |
Queue | MIMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 10/29/2009 (5744 days ago) |
Due | |
Updated | 11/03/2009 (5739 days ago) |
Assigned | 10/29/2009 (5744 days ago) |
Resolved | 11/03/2009 (5739 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Ticket #8167.State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ MIMP
Summary ⇒ mimp[compose][allow_cc] still used in compose.php
Type ⇒ Bug
State ⇒ Unconfirmed
Change
http://cvs.horde.org/diff.php/mimp/compose.php?r1=1.105&r2=1.106 have
moved the mimp [compose][allow_cc] preference into imp [compose_cc].
But not all the [compose][allow_cc] has been changed.
$header['to'] = $imp_ui->getAddressList(Util::getFormData('to'));
if ($conf['compose']['allow_cc']) {
$header['cc'] = $imp_ui->getAddressList(Util::getFormData('cc'));
}
if ($conf['compose']['allow_bcc']) {
$header['bcc'] = $imp_ui->getAddressList(Util::getFormData('bcc'));
}
Regards
Patrick