https://bugs.kde.org/show_bug.cgi?id=279749
--- Comment #34 from Tobias <[email protected]> --- I found a partial solution, which solves the problem, that simply selecting an encrypted message causes a crash: Change the line in messageviewer/viewer/viewer_p.cpp:2097: - mUpdateReaderWinTimer.start( 0 ); + mUpdateReaderWinTimer.start( delay ); It is not a perfect solution, as the timeout may still be signalled while the mail-view is composed (if the processor is heavily loaded by other tasks, so that composing takes more time than <delay> milliseconds), but it should work in most cases. Thus, I think it is a quick fix, that makes using decryption in KMail acceptable again. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
