fix: do not resync IMAP after initial configuration

If there was no previous `configured_addr`,
then there is no need to run IMAP resync.
This commit is contained in:
link2xt
2023-07-17 09:03:59 +00:00
parent c14f45a8f5
commit 740f43a2d6
3 changed files with 6 additions and 14 deletions

View File

@@ -682,13 +682,6 @@ class BotProcess:
print("+++IGN:", line)
ignored.append(line)
def await_resync(self):
self.fnmatch_lines(
"""
*Resync: collected * message IDs in folder INBOX*
""",
)
@pytest.fixture()
def tmp_db_path(tmpdir):