From 8e618d7a6d195cb737946e89370d5c60f92e8f86 Mon Sep 17 00:00:00 2001 From: alwin Date: Wed, 09 Mar 2005 14:59:26 +0000 Subject: small bugfix --- (limited to 'noncore') 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 @@ -196,6 +196,7 @@ void ViewMail::setBody(const RecBodyP&body ) void ViewMail::slotShowHtml( bool state ) { m_showHtml = state; + m_lasttextpart=-2; setMainText(); } @@ -331,6 +332,7 @@ void ViewMail::setMail(const RecMailP&mail ) m_mail2[2] = mail->Bcc(); setCaption(tr("E-Mail by %1").arg( m_mail[0] ) ); + m_lasttextpart=-2; setMainText(); } -- cgit v0.9.0.2