Hello Jakub, Jakub Narebski wrote: > > The former version tried to fix-up the real name part with double quotes > > if it includes a '.'. I removed this as rfc2047 can handle a dot, too. > > Not nice. I'd rather use double quotes if rfc2047 is not needed. > It means: > - no quotes for us-ascii name, without '.' > - quotes for us-ascii name with '.' and perhaps other forbidden characters > like '"' or something > - full rfc2047 quoting if name contains characters outside us-ascii. Well, that is OK for me, too. I just thought to do just one thing that is able to handle all cases. So the code is easier to read and most of the time you don't see the quoted result anyhow. I will follow up with a new version later that will leave the second part out. I don't know which chars can be quoted by "...", is it more than .? Best regards Uwe -- Uwe Kleine-König http://www.google.com/search?q=1+stone%3D - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html