diff --git a/kmacctimap.cpp b/kmacctimap.cpp index 5e4a350ba..83cb438b3 100644 --- a/kmacctimap.cpp +++ b/kmacctimap.cpp @@ -201,7 +201,6 @@ void KMAcctImap::ignoreJobsForMessage( KMMessage* msg ) { job->kill(); } - ++it; } } @@ -216,7 +215,6 @@ void KMAcctImap::ignoreJobsForFolder( KMFolder* folder ) { job->kill(); } - ++it; } } diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index d8ae62223..423712b39 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -2169,7 +2169,7 @@ void KMMainWidget::slotMsgSelected(KMMessage *msg) disconnect( mJob, 0, mMsgView, 0 ); delete mJob; } - mJob = msg->parent()->createJob( msg, FolderJob::tGetMessage, 0, + mJob = msg->parent()->createJob( msg, FolderJob::tGetMessage, msg->parent(), "STRUCTURE", mMsgView->attachmentStrategy() ); connect(mJob, SIGNAL(messageRetrieved(KMMessage*)), mMsgView, SLOT(slotMessageArrived(KMMessage*)));