6.0.0-beta1
7/21/25

[#8668] mimp[compose][allow_cc] still used in compose.php
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

History
11/03/2009 06:36:16 PM Michael Slusarz Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of Ticket #8167.
10/29/2009 09:46:29 AM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
10/29/2009 09:21:34 AM patrick (dot) abiven (at) apitech (dot) fr Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ MIMP
Summary ⇒ mimp[compose][allow_cc] still used in compose.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Hello

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

Saved Queries