fix remaining instance of check_uid_validity refactoring

Signed-off-by: Abdo Roig-Maranges <abdo.roig@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Abdo Roig-Maranges 2016-11-10 09:31:44 +01:00 committed by Nicolas Sebrecht
parent 673edb0b9f
commit c4fcd9f7f2

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.
#