| 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 | 7/21/06 (7283 days ago) |
| Due | |
| Updated | 7/22/06 (7282 days ago) |
| Assigned | |
| Resolved | 7/22/06 (7282 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.