Summary | action=compose for doesn't pass the message parameter |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | mikeyin (at) mikeyin (dot) org |
Created | 07/21/2006 (6959 days ago) |
Due | |
Updated | 07/22/2006 (6958 days ago) |
Assigned | |
Resolved | 07/22/2006 (6958 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ action=compose for doesn't pass the message parameter
Queue ⇒ IMP
which works with all the fields except message (to, cc, bcc, subj). i
tracked the bug to the function getComposeArgs() inside of
imp/lib/IMP.php
It passes the variable 'msg' which compose.php does not pick up
instead of 'message' which it does.