[Tickets #4990] Re: Reply to All overwrites BCC field
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Feb 12 08:03:35 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4990
-----------------------------------------------------------------------
Ticket | 4990
Updated By | boutilpj at ednet.ns.ca
Summary | Reply to All overwrites BCC field
Queue | IMP
Version | 4.1.3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
boutilpj at ednet.ns.ca (2007-02-12 08:03) wrote:
> If you have a message in sent-mail folder that had BCC addresses in
> when sent originally and you click "Reply tp All", the BCC filed is
> blank.
Fixed in our installation using idea from Ticket #2558 :
###### Fix to allow BCC to be filled in properly when clicking "Reply All"
from a message in sent-mail
--- compose.php.orig 2007-02-12 11:29:24.000000000 -0400
+++ compose.php 2007-02-12 09:15:58.000000000 -0400
@@ -1497,7 +1497,7 @@
/* If this is the first page load for this compose item, add auto BCC
* addresses. */
- if (empty($reloaded) && ($actionID != 'draft')) {
+ if (empty($reloaded) && ($actionID != 'draft') && empty($header['bcc']))
{
$header['bcc'] =
MIME::addrArray2String($identity->getBccAddresses());
}
More information about the bugs
mailing list