6.0.0-RC7
6/27/26

[#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 2/9/06 (7443 days ago)
Due
Updated 2/10/06 (7442 days ago)
Assigned
Resolved 2/10/06 (7442 days ago)
Milestone
Patch No

History
315 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Happens already in IMP 4.1.
207 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