diff options
Diffstat (limited to 'redhat/tdepim/kdepim-3.5.13-fix_check_mail.patch')
-rw-r--r-- | redhat/tdepim/kdepim-3.5.13-fix_check_mail.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/redhat/tdepim/kdepim-3.5.13-fix_check_mail.patch b/redhat/tdepim/kdepim-3.5.13-fix_check_mail.patch deleted file mode 100644 index b5558cd19..000000000 --- a/redhat/tdepim/kdepim-3.5.13-fix_check_mail.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 2d5f15c865de75f3147bd849ef81d3ed034f8104 -Author: Darrell Anderson <humanreadable@yahoo.com> -Date: 1335654338 -0500 - - Reverse patch from GIT hash 33e649c9. - This resolves bug report 406. - Thanks to Slavek Banko. - -diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp -index 227f48c..cb9db70 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) |