Re: [PATCH resent] send-email: Honor multi-part email messages

2013-01-25 Thread Junio C Hamano
Alexey Shumkin writes: > This function is used to determine "broken" (non-ASCII) headers (to be encode > them) > The problem is if "Subject" is not broken, but message body contains > non-ASCII chars, > subject is marked as broken and encoded again. I think that is not a "problem" but is a mer

[PATCH resent] send-email: Honor multi-part email messages

2013-01-25 Thread Alexey Shumkin
Let's try to involve Krzysztof Mazur who have met the similar problem recently (according to this thread http://thread.gmane.org/gmane.comp.version-control.git/208297/focus=208310) I recitate myself: >Well, as I understand "current" algorithm: >1. It assumes that file is one-part email message >2