[Tickets #3445] NEW: add CC header to forwarded message

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Feb 9 11:04:21 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3445
-----------------------------------------------------------------------
 Ticket             | 3445
 Created By         | atbrotman at yahoo.com
 Summary            | add CC header to forwarded message
 Queue              | IMP
 Version            | 4.0.3
 State              | New
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


atbrotman at yahoo.com (2006-02-09 11:04) wrote:

I had a user who wanted to see the CC header in forwarded mail and I could
not find the option to do it.  These three lines added around line 320:

        if (($from_ob = MIME::addrArray2String($h->getOb('cc')))) {
            $msg .= _("      CC: ") . $from_ob . "\n";
        }


Will add the header.  It seems this could also affect 4.1, since I didn't
see anything similar in the code.




More information about the bugs mailing list