On Fri, 2007-06-01 at 17:08 -0400, Kristian Høgsberg wrote: > > - if (is_rfc2047_special(ch)) { > + /* We encode ' ' using '=20' even though rfc2047 > + * allows using '_' for readability. Unfortunately, > + * doesn't understand this and just leaves the > + * underscore in place. */ > + if (is_rfc2047_special(ch) || ch == ' ') { Looks like "much software" got left out of the comment. Jeff
Attachment:
signature.asc
Description: This is a digitally signed message part