Skip to content

Commit

Permalink
Disable fetch-existing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hocuri authored and hpk42 committed Oct 23, 2020
1 parent 1cacfb3 commit c438691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/tests/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,7 @@ def test_add_all_recipients_as_contacts(self, acfactory, lp, mvbox_move):
assert ac1.direct_imap.idle_wait_for_seen()

ac1_clone = acfactory.clone_online_account(ac1)
ac1_clone.set_config("fetch_existing", "1")
ac1_clone._configtracker.wait_finish()
ac1_clone.start_io()

Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub enum Config {
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
MediaQuality,

#[strum(props(default = "1"))]
#[strum(props(default = "0"))] // disabled for now, we'll set this back to "1" at some point
FetchExisting,

#[strum(props(default = "0"))]
Expand Down

0 comments on commit c438691

Please sign in to comment.