leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
419 stars 48 forks source link

Use tolower instead of lc #235

Closed rheoli closed 1 year ago

rheoli commented 1 year ago

Use tolower instead of lc as there are some M365 header with _ in the name of headers (example msip_label).

leahneukirchen commented 1 year ago

The issue is correct, but we can't use tolower here since it's locale dependent and some libc do weird stuff then. I'll add a guard to lc.