Morten Nilsen wrote: > Well my mozilla build started working today, so I have tested my > changes... > And to my surprise, it was closer to working than I suspected. > Now all I have to do is figure out how to reply to only the email > which the user clicked...
Check out "The way to a message" at <http://www.bucksch.com/1/projects/mozilla/12306/>. It's crusty, but might help. IIRC, the recipient is inserted in C++ code and the JS code just passes a mode (for Reply All or Reply Sender Only etc.). I think, it would be a good idea to change it so that the JS code collects the new recipients, but you'd have to touch some C++ code, of course, but the larger part would be in JS. In any case, it wouldn't be trivial. Nevertheless, feel free to try yourself.
