diff --git a/offlineimap/folder/Base.py b/offlineimap/folder/Base.py index f77d9b3..e1b0e6d 100644 --- a/offlineimap/folder/Base.py +++ b/offlineimap/folder/Base.py @@ -906,7 +906,7 @@ class BaseFolder(object): # Exceptions are caught in copymessageto(). if self.suggeststhreads(): self.waitforthread() - thread=threadutil.InstanceLimitedThread( + thread = threadutil.InstanceLimitedThread( self.getinstancelimitnamespace(), target=self.copymessageto, name="Copy message from %s:%s"% (self.repository, self),