summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/viewmail.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/mail/viewmail.cpp b/noncore/net/mail/viewmail.cpp
index 5206220..a89393c 100644
--- a/noncore/net/mail/viewmail.cpp
+++ b/noncore/net/mail/viewmail.cpp
@@ -198,2 +198,3 @@ void ViewMail::slotShowHtml( bool state )
m_showHtml = state;
+ m_lasttextpart=-2;
setMainText();
@@ -333,2 +334,3 @@ void ViewMail::setMail(const RecMailP&mail )
setCaption(tr("E-Mail by %1").arg( m_mail[0] ) );
+ m_lasttextpart=-2;
setMainText();