diff options
-rw-r--r-- | kmail/kmcomposewin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp index 227f48ca1..cb9db7068 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) |