Tolerance cache validation added
[imap-fix-internaldate] / caching_data.py
index cde1a19..e40c3c3 100644 (file)
@@ -93,7 +93,7 @@ class CachingData:
             logging.debug("New mailbox %s cached.", box_key)
         return self.data[user][box_key]
     
-    def report_date_conflicts(self):
+    def report_conflicts(self):
         """Write a date conflicts report in a file."""
         with open("conflict_stats.txt", 'w') as statsfile:
             owner_total_conflicts = {}