[Tickets #1079] Reply-all
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jan 5 09:37:19 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1079
-----------------------------------------------------------------------
Ticket | 1079
Updated By | g.tranelli at inarcassa.it
Summary | Reply-all
Queue | IMP
Version | 4.0.1
State | Feedback
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
g.tranelli at inarcassa.it (2005-01-05 09:37) wrote:
I write down here the piece of code from HORDE_ROOT/imp/lib/Compose.php.
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.
More information about the bugs
mailing list