6.0.0-beta1
8/9/25

[#3445] add CC header to forwarded message
Summary add CC header to forwarded message
Queue IMP
Queue Version 4.0.3
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester atbrotman (at) yahoo (dot) com
Created 02/09/2006 (7121 days ago)
Due
Updated 02/10/2006 (7120 days ago)
Assigned
Resolved 02/10/2006 (7120 days ago)
Milestone
Patch No

History
02/10/2006 05:55:31 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Happens already in IMP 4.1.
02/09/2006 07:04:20 PM atbrotman (at) yahoo (dot) com Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ add CC header to forwarded message
Queue ⇒ IMP
Reply to this comment
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.

Saved Queries