Hi Jacek, Am Montag, den 23.03.2020, 22:41 +0100 schrieb Jacek Anaszewski: > Hi Denis, > > Now it is better, it is: > Content-Transfer-Encoding: quoted-printable. > > Nonetheless there are still some problems with charset. > See e.g. the line: > > "if (ret =3D=3D 0) " I see > > Are you using git send-email for sending patches? > I suspect not since patches arrive unordered by the > position in the patch set. Well, delivery path is: git send-email -> local postfix -> Gnome Evolution -> MS Exchange server -> your servers Normally it works quite well... Headers after postfix: Message-Id: <20200323091243.23140-1-Denis.Osterland@xxxxxxxxx> X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Headers after Evolution: Message-ID: <20200323091243.23140-1-Denis.Osterland@xxxxxxxxx> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Content-Transfer-Encoding: 7bit Content-Type: text/plain MIME-Version: 1.0 Headers after Exchange: Message-ID: <20200323091243.23140-1-Denis.Osterland@xxxxxxxxx> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Exchange-Organization-AuthAs: Internal X-MS-Exchange-Organization-AuthMechanism: 04 X-MS-Exchange-Organization-AuthSource: RCDC-Mail16.corp.diehl.com X-MS-Has-Attach: X-MS-Exchange-Organization-SCL: -1 X-MS-TNEF-Correlator: x-mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 This is also where the transformation from '\x3d' to "=3D" and '\x20' to "=20" happens and in the original case where the base64 encoding happens. I can reproduce the problem with the apply of original message now. At first try I used 'save as mbox' from Evolution UI, which does the conversation from base64 to normal text. When I copy it local inbox I can use the original version directly from maildir. The mail 1/5 and 2/5 also have the conversions from '\x20' to "=20", so Pavel should now be able to apply the patch. At least I can do so. I can apply the base64 encode version as well, with: patch -p1 < .git/rebase-apply/patch but with warning: (Stripping trailing CRs from patch; use --binary to disable.) Regards Denis > > Best regards, > Jacek Anaszewski > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ___________________________________________________________________________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit https://www.diehl.com/group/en/transparency-and-information-obligations/