[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    make_it_cool: kdenetwork/kmail
From:       Don Sanders <don () sanders ! org>
Date:       2003-01-12 16:40:09
[Download RAW message or body]

CVS commit by sanders: 

Reduce diff to HEAD.


  M +3 -1      kmfoldersearch.cpp   1.1.2.19


--- kdenetwork/kmail/kmfoldersearch.cpp  #1.1.2.18:1.1.2.19
@@ -261,6 +261,8 @@ void KMSearch::slotProcessNextBatch()
             KMFolder *folder = 0;
             kernel->msgDict()->getLocation(serNum, &folder, &idx);
-            if (!folder || (idx == -1) || (idx >= folder->count()))
+            if (!folder || (idx == -1) || (idx >= folder->count())) {
                 continue;
+            }
+        
             DwString str = folder->getDwString(idx);
             //TODO: matches should try header rules first


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic