Don't always rebuild the uid map when a message can't be found. We've

been using it for a while to figure out if a message is locally present.
Been running with this patch for months without trouble.

svn path=/branches/KDE/3.5/kdepim/; revision=455096
wilder-work
Till Adam 21 years ago
parent 3ba1fadb97
commit 5bcccd2c35
  1. 2
      kmfoldercachedimap.cpp

@ -473,7 +473,7 @@ KMMsgBase* KMFolderCachedImap::findByUID( ulong uid )
kdDebug(5006) << "Didn't find uid: " << uid << "in cache!" << endl;
}
// Not found by now
if( mapReloaded )
// if( mapReloaded )
// Not here then
return 0;
// There could be a problem in the maps. Rebuild them and try again

Loading…
Cancel
Save