From kde-bugs-dist Thu Jul 01 07:40:13 2004 From: Don Sanders Date: Thu, 01 Jul 2004 07:40:13 +0000 To: kde-bugs-dist Subject: [Bug 83756] kmail won't stop the search in a single folder over NFS Message-Id: <20040701074013.173.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=108866762613127 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=83756 don sanders org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From don sanders org 2004-07-01 09:40 ------- CVS commit by sanders: Be a bit more responsive when searching. CCMAIL: 83756-done bugs kde org M +1 -1 kmfoldersearch.cpp 1.53 --- kdepim/kmail/kmfoldersearch.cpp #1.52:1.53 @ -251,5 +251,5 @ void KMSearch::slotProcessNextBatch() if (mSerNums.count() != 0) { - int i = 100; + int i = 10; QValueListIterator it; for (it = mSerNums.begin(); it != mSerNums.end();) {