From c4fcd9f7f210ee3d52a1b6d1d4217a44e44a0a18 Mon Sep 17 00:00:00 2001 From: Abdo Roig-Maranges Date: Thu, 10 Nov 2016 09:31:44 +0100 Subject: [PATCH] fix remaining instance of check_uid_validity refactoring Signed-off-by: Abdo Roig-Maranges Signed-off-by: Nicolas Sebrecht --- offlineimap/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index 2ebcc59..ce1638c 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -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. #