From 7a70878ed64abcc66fe65120f74b3b358c597b55 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 20 Mar 2008 13:46:42 +0100 Subject: [PATCH] typo in previous --- offlineimap/folder/LocalStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/folder/LocalStatus.py b/offlineimap/folder/LocalStatus.py index 8ba5bb8..4bb83ee 100644 --- a/offlineimap/folder/LocalStatus.py +++ b/offlineimap/folder/LocalStatus.py @@ -67,7 +67,7 @@ class LocalStatusFolder(BaseFolder): file = open(self.filename, "rt") self.messagelist = {} line = file.readline().strip() - if not line and not line.read() + if not line and not line.read(): # The status file is empty - should not have happened, # but somehow did. file.close() -- 2.39.2