Fix connection: now imap connections are not stuck and hopefully they will not cause crashes on mail checking/mail check cancelling.

svn path=/trunk/KDE/kdepim/; revision=809996
wilder-work
Andras Mantia 18 years ago
parent fda168959f
commit 47cb98ad81
  1. 4
      imapaccountbase.cpp

@ -1299,8 +1299,8 @@ void ImapAccountBase::setImapSeenStatus(KMFolder * folder, const QString & path,
ImapAccountBase::jobData jd( url.url(), folder );
jd.path = path;
insertJob(job, jd);
connect(job, SIGNAL(result(KIO::Job *)),
SLOT(slotSetStatusResult(KIO::Job *)));
connect(job, SIGNAL(result(KJob *)),
SLOT(slotSetStatusResult(KJob *)));
}
//-----------------------------------------------------------------------------

Loading…
Cancel
Save