Comment 52 for bug 85579

Revision history for this message
In , Sspitzer (sspitzer) wrote :

see bug #68993 "filename containing Shift-JIS trail byte 7C"

I'm worried about that happening with the current patch.

if the folder name has that, the call to NS_MsgHashIfNecessary() will hash it,
but the call to NS_MsgHashAutoStringIfNecessary() will not, so we'll fail to
open the folder when we click on it. (we'll get that same error that cavin saw
when he uncomments that code.)