Bug 420327 - reload email after changing html preference for contact
Summary: reload email after changing html preference for contact
Status: RESOLVED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: mail (show other bugs)
Version: 5.13.3
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-20 08:36 UTC by Martin Tlustos
Modified: 2020-04-28 19:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.14.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Tlustos 2020-04-20 08:36:15 UTC
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
Comment 1 null 2020-04-26 18:32:46 UTC
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).
Comment 2 Laurent Montel 2020-04-27 05:43:04 UTC
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
Comment 3 Martin Tlustos 2020-04-27 05:50:24 UTC
You guys rock!
Comment 4 null 2020-04-28 06:31:23 UTC
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.)
Comment 5 Laurent Montel 2020-04-28 07:22:14 UTC
(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.
Comment 6 Laurent Montel 2020-04-28 12:17:04 UTC
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
Comment 7 null 2020-04-28 19:10:41 UTC
Fix confirmed. Thanks!