summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-28 18:05:38 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-28 18:05:38 -0500
commit2d5f15c865de75f3147bd849ef81d3ed034f8104 (patch)
tree2fe8c0356d50568956a125eafa99d0ef811647d1
parent6a168ff9d98a591fa48b21517b2063c0dd90b26c (diff)
downloadtdepim-2d5f15c865de75f3147bd849ef81d3ed034f8104.tar.gz
tdepim-2d5f15c865de75f3147bd849ef81d3ed034f8104.zip
Reverse patch from GIT hash 33e649c9.
This resolves bug report 406. Thanks to Slavek Banko.
-rw-r--r--kmail/kmcomposewin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp
index 227f48ca..cb9db706 100644
--- a/kmail/kmcomposewin.cpp
+++ b/kmail/kmcomposewin.cpp
@@ -4351,8 +4351,6 @@ void KMComposeWin::slotContinueDoSend( bool sentOk )
}
(*it)->cleanupHeader();
sentOk = kmkernel->msgSender()->send((*it), mSendMethod);
- if (sentOk)
- kmkernel->acctMgr()->checkMail(true);
}
if (!sentOk)