You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/mandriva/2010.2/kdepim/kdepim-3.4.0-fix-kmail-dima...

12 lines
459 B

--- kdepim/kmail/kmmsgbase.cpp-- 2005-04-15 20:04:03.000000000 +0200
+++ kdepim/kmail/kmmsgbase.cpp 2005-04-15 20:04:25.000000000 +0200
@@ -144,7 +144,7 @@ void KMMsgBase::toggleStatus(const KMMsg
if (aStatus == KMMsgStatusHam)
mStatus &= ~KMMsgStatusSpam;
}
- if (storage()) {
+ if (oldStatus != mStatus && storage()) {
if (idx < 0)
idx = storage()->find( this );
storage()->msgStatusChanged( oldStatus, status(), idx );