Folder.getlast(): avoid PyChecker warning.
This commit is contained in:
parent
adbd35bbcc
commit
f93befc209
|
@ -648,7 +648,7 @@ class Folder:
|
|||
def getlast(self):
|
||||
"""Return the last message number."""
|
||||
if not hasattr(self, 'last'):
|
||||
messages = self.listmessages()
|
||||
self.listmessages() # Set self.last
|
||||
return self.last
|
||||
|
||||
def setlast(self, last):
|
||||
|
|
Loading…
Reference in New Issue