https://bugs.kde.org/show_bug.cgi?id=340614
--- Comment #5 from RJVB <rjvber...@gmail.com> --- (In reply to Allen Winter from comment #3) > try reverting 94b64eebb6a88846b221aad810045fecb4173f79 in > kdepim-runtime/resources/imap > > I can try that myself tomorrow, but I'm leaving for the day. Anyway, I think that this is what that patch should have looked like (partly): {{{ // Are we already done? if (lastUidToSearch >= m_searchUidIntervall.end()) { m_searchUidIntervall = KIMAP::ImapInterval(); } else { //Prepare next chunk m_searchUidIntervall.setBegin(lastUidToSearch + 1); } }}} -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Kdepim-bugs mailing list Kdepim-bugs@kde.org https://mail.kde.org/mailman/listinfo/kdepim-bugs