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:
parent
673edb0b9f
commit
c4fcd9f7f2
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user