6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/19/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4990] Reply to All overwrites BCC field
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..___ ..__ . , | [__ || \ \./ | | \__||__/ |
Comment
>> 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()); > > } > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers