dupes database is updated after each scanned newsgroup

This commit is contained in:
Michiel Broek
2002-01-21 19:09:55 +00:00
parent eed70a8bff
commit ecf3db5f80
2 changed files with 16 additions and 11 deletions

View File

@@ -224,6 +224,10 @@ void ScanNews(void)
Nopper();
if (do_one_group(&art, Msgs.Newsgroup, Msgs.Tag, Msgs.MaxArticles) == RETVAL_ERROR)
break;
/*
* To be safe, update the dupes database after each area.
*/
CloseDupes();
}
}
fclose(pAreas);