fix remaining instance of check_uid_validity refactoring

This commit is contained in:
Abdo Roig-Maranges 2016-11-10 09:31:44 +01:00
parent 673edb0b9f
commit 0c2d0e7388
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ def syncfolder(account, remotefolder, quick):
# Warning: this makes sense only if the cached list is empty.
localfolder.cachemessagelist(min_date=date)
check_uid_validity(localfolder, remotefolder, statusfolder)
check_uid_validity()
# Local messagelist had date restriction applied already. Restrict
# sync to messages with UIDs >= min_uid from this list.
#