Summary | Reply to All overwrites BCC field |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | boutilpj (at) ednet (dot) ns (dot) ca |
Created | 02/12/2007 (6823 days ago) |
Due | |
Updated | 02/14/2007 (6821 days ago) |
Assigned | 02/14/2007 (6821 days ago) |
Resolved | 02/14/2007 (6821 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
his purpose and should restore BCCs correctly.
State ⇒ Not A Bug
as possible, it is best just to keep the current behavior since it is
the "safer" alternative.
sent mail to send to the same group of people by choosing Reply to All
and then editing the message. This worked in IMP 3.x so I reported the
"bug".
This particular user was convinced to use a Turba Contact List instead
and nobody else has complained about the BCC issue.
As for the question if BCC addresses should be passed on to the
Compose window, either way works for me. :-) I don't expect it is a
big issue in our user base if the current behavior is not altered.
State ⇒ Feedback
reproducible between folders (when you reply-to-all in every other
folder, you get the auto-added Bcc addresses set in your identity)
and, to me at least, Bcc's are kind of a one-shot thing - they
shouldn't be accessible in future mailings. We only store the Bcc in
the sent-mail folder to give the user the ability to determine exactly
who they sent a message to.
Other thoughts?
when sent originally and you click "Reply tp All", the BCC filed is
blank.
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());
}
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Reply to All overwrites BCC field
Queue ⇒ IMP
State ⇒ Unconfirmed
when sent originally and you click "Reply tp All", the BCC filed is
blank.