SUMMARY It would be more convenient if the email automatically would reload after I change the html preferences for a contact (either through the right-click menu or after creating a new contact). Right now I have to click on another email and then again click on the email I changed the preferences for. Operating System: KDE neon 5.18 KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.1 Kernel Version: 4.15.0-96-generic OS Type: 64-bit Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz Memory: 7,7 GiB
I can confirm the issue with KMail 5.14.0. (See also https://bugs.kde.org/show_bug.cgi?id=419948#c3, which fixed a similar problem related to refreshing HTML settings for folders).
Git commit 781e560ae55516d02d86eeb1ac324e672e2e9790 by Laurent Montel. Committed on 27/04/2020 at 05:42. Pushed by mlaurent into branch 'release/20.04'. Fix Bug 420327 - reload email after changing html preference for contact FIXED-IN: 5.14.1 M +1 -1 CMakeLists.txt M +3 -1 src/kmmainwidget.h M +10 -0 src/kmreaderwin.cpp M +3 -2 src/kmreaderwin.h https://commits.kde.org/kmail/781e560ae55516d02d86eeb1ac324e672e2e9790
You guys rock!
Works great now for changing the setting directly from the context menu. However, for the "Edit contact" dialog this still requires to manually refresh the message selection. (Thus reopening, but if this is impossible to fix, feel free to close the bug regardless.)
(In reply to xchain from comment #4) > Works great now for changing the setting directly from the context menu. > > However, for the "Edit contact" dialog this still requires to manually > refresh the message selection. (Thus reopening, but if this is impossible to > fix, feel free to close the bug regardless.) I will look at it after lunch.
Git commit e476321ef89e3eeeb175dfaa2276dc69e8ed35d9 by Laurent Montel. Committed on 28/04/2020 at 12:16. Pushed by mlaurent into branch 'release/20.04'. Fix Bug 420327 reload email after changing html preference for contact FIXED-IN: 5.14.1 M +5 -1 src/kmreaderwin.cpp https://commits.kde.org/kmail/e476321ef89e3eeeb175dfaa2276dc69e8ed35d9
Fix confirmed. Thanks!