GNOME Bugzilla – Bug 749579
Whitespace corrupted in outbound email
Last modified: 2015-05-20 08:34:55 UTC
I used to be able to safely send patches from Evolution like this: mv `git format-patch origin` ~/.local/share/evolution/mail/local/.Drafts/new Then I could open the mails in my Drafts folder in the composer, edit them if necessary, and hit 'send'. In 3.16 this appears to have broken. Tabs in the emails get converted to spaces. So the patches at https://lkml.org/lkml/2015/5/15/519 for example do not apply.
The same happens if I just start a blank composer and insert a text file.
Fixed with following commits: commit f64663cac28561c3154a4ac6c03af10de28555a4 in the master branch for Evolution 3.17.2+ commit 974c2232df8de8a0270bf2625ee06335ed2ff329 in the gnome-3-16 branch for Evolution 3.16.3+