[Tickets #8668] mimp[compose][allow_cc] still used in compose.php

bugs at horde.org bugs at horde.org
Thu Oct 29 09:21:34 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8668
------------------------------------------------------------------------------
  Ticket             | 8668
  Created By         | patrick.abiven at apitech.fr
  Summary            | mimp[compose][allow_cc] still used in compose.php
  Queue              | MIMP
  Version            | FRAMEWORK_3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


patrick.abiven at apitech.fr (2009-10-29 05:21) wrote:

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






More information about the bugs mailing list