On 13.12.2019 12:44, Yasuhito FUTATSUKI wrote: >> - In general, format=flowed and inline patches don't mix — IIRC, the problem >> is >> that unidiffs that contain lines with trailing spaces will be corrupted — >> so >> you should either disable format=flowed on your end or send patches as >> attachments (as opposed to inline). See: >> https://wiki.openstack.org/wiki/MailingListEtiquette#Thunderbird > Thank you for this informaiton. I've changed my Thunderbird setting > (at least this one, and I'll do it on other environments).
I use Thunderbird with format=flowed and post patches inline, but I mark them as "preformatted text" in Thunderbird's editor; for example: $ svn diff --internal-diff Index: COMMITTERS =================================================================== --- COMMITTERS (revision 1871596) +++ COMMITTERS (working copy) @@ -13,7 +13,7 @@ sussman Ben Collins-Sussman <suss...@red-bean.com> kfogel Karl Fogel <kfo...@red-bean.com> gstein Greg Stein <gst...@gmail.com> - brane Branko Čibej <br...@apache.org> + brane Branko Čibej <br...@apache.org> <-- did something change here? jorton Joe Orton <j...@manyfish.co.uk> ghudson Greg Hudson <ghud...@mit.edu> fitz Brian W. Fitzpatrick <f...@red-bean.com> This seems to work for me. -- Brane