Summary | Reply-all |
Queue | IMP |
Queue Version | 4.0.1 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | g.tranelli (at) inarcassa (dot) it |
Created | 01/05/2005 (7567 days ago) |
Due | |
Updated | 01/07/2005 (7565 days ago) |
Assigned | 01/05/2005 (7567 days ago) |
Resolved | 01/07/2005 (7565 days ago) |
Milestone | 4.1 |
Patch | No |
State ⇒ Resolved
Type ⇒ Enhancement
State ⇒ Assigned
Priority ⇒ 1. Low
State ⇒ Assigned
Assigned to Michael Slusarz
In the code you wrote two function to "Determine the reply text for a
message." and "Determine the text for a forwarded message.".
I did bt myself (i don't know php very well), so i put your pice of
code changing it in:
if (($cc_ob = MIME::addrArray2String($h->getOb('cc')))) {
$msghead .= _(" Cc: ") . $cc_ob . "\n";
}
so to have in the reply summary the Cc addresses if any present, too.
I don't know if is a bug or only a my need.
I hope I explained better what the problem is.
State ⇒ Feedback
Priority ⇒ 2. Medium
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Reply-all
Queue ⇒ IMP
State ⇒ Unconfirmed
who receive the message doesn't see that the original message was sent
to that Cc: address