[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

Tobias ot.an at gmx.net
Sun Dec 29 23:09:38 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=279749

--- Comment #34 from Tobias <ot.an at gmx.net> ---
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.



More information about the Kdepim-bugs mailing list