Reset the group id for every pull

This commit is contained in:
Daniel Quinn 2016-02-28 00:40:08 +00:00
parent 631aa99d92
commit d686aba9ae

View File

@ -172,6 +172,9 @@ class MailFetcher(Loggable):
if self._enabled:
# Reset the grouping id for each fetch
self.logging_group = uuid.uuid4()
self.log("info", "Checking mail")
for message in self._get_messages():