From 70cc9c74084dac5234b64facb8c0488574b1acac Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Apr 2019 23:25:34 +0900 Subject: Improvements on previous commit and other commits published in #19. This removes the need for mIsPlainText caching and also avoid to reread the configuration every time a message is changed. Signed-off-by: Michele Calgaro --- kmail/kmreadermainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmreadermainwin.cpp') diff --git a/kmail/kmreadermainwin.cpp b/kmail/kmreadermainwin.cpp index 6257ba93..336d4c16 100644 --- a/kmail/kmreadermainwin.cpp +++ b/kmail/kmreadermainwin.cpp @@ -509,7 +509,7 @@ void KMReaderMainWin::slotMsgPopup(KMMessage &aMsg, const KURL &aUrl, const TQPo menu->insertSeparator(); mViewSourceAction->plug( menu ); mReaderWin->toggleFixFontAction()->plug( menu ); - mReaderWin->toggleMimePartTreeAction()->plug( menu ); + mReaderWin->toggleMimePartTreeAction()->plug( menu ); menu->insertSeparator(); mPrintAction->plug( menu ); mSaveAsAction->plug( menu ); -- cgit v1.2.3