Comment 12 for bug 259387

Revision history for this message
In , Bienvenu (bienvenu) wrote :

Ian - thx for tackling this.

Is adding Requires mailnews to cthandlers this needed for this bug?

+ mailnews \

An alternate way of fixing this might be to change the mimedrft code to get the msg window from the msg url, a la this code:

http://mxr.mozilla.org/mailnews/source/mailnews/mime/src/mimecms.cpp#451

get the dummy msg hdr from there, and set the orig msg hdr from that, if we can't get it from the original msg uri.

But I'm OK with your fix as well. Just let me know about the cthandler part of the patch...