GNOME Bugzilla – Bug 771347
Evolution's mail composer underlines my message even when spell checking is disabled
Last modified: 2016-09-20 12:11:26 UTC
I use evolution-3.20.5-1.fc24.x86_64 on latest Fedora 24. In Edit -> Preferences -> Composer -> Spell checking, the "Check spelling while I type" option is disabled. Still, when I compose a reply to an email, most of the words in the email are underlined with red.
Fixed with the following commit: Bug 771347 - Evolution's mail composer underlines my message even when spell checking is disabled When doing reply don't forgot to turn off spell checking if it is disabled. Also remove a code that was accidentally committed that was preventing the spell check to perform. commit edb6656 in the master branch for Evolution 3.23.1+ commit 02e857c in the gnome-3-22 branch for Evolution 3.22.1+
Thank you Thomas, would it be possible to backport this fix to 3.20?
Hi Timur, (In reply to Timur Kristóf from comment #2) > Thank you Thomas, would it be possible to backport this fix to 3.20? It's not a problem to backport it, but the thing is that there won't be any new 3.20 release for Evolution. But I can attach a patch for 3.20 branch here and you can ask your distribution to backport it downstream.
Created attachment 335927 [details] [review] Patch for WebKit1 (Evolution < 3.22)