mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Disable fetch-existing for now
This commit is contained in:
@@ -1975,6 +1975,7 @@ class TestOnlineAccount:
|
|||||||
assert ac1.direct_imap.idle_wait_for_seen()
|
assert ac1.direct_imap.idle_wait_for_seen()
|
||||||
|
|
||||||
ac1_clone = acfactory.clone_online_account(ac1)
|
ac1_clone = acfactory.clone_online_account(ac1)
|
||||||
|
ac1_clone.set_config("fetch_existing", "1")
|
||||||
ac1_clone._configtracker.wait_finish()
|
ac1_clone._configtracker.wait_finish()
|
||||||
ac1_clone.start_io()
|
ac1_clone.start_io()
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ pub enum Config {
|
|||||||
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
|
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
|
||||||
MediaQuality,
|
MediaQuality,
|
||||||
|
|
||||||
#[strum(props(default = "1"))]
|
#[strum(props(default = "0"))] // disabled for now, we'll set this back to "1" at some point
|
||||||
FetchExisting,
|
FetchExisting,
|
||||||
|
|
||||||
#[strum(props(default = "0"))]
|
#[strum(props(default = "0"))]
|
||||||
|
|||||||
Reference in New Issue
Block a user