mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user