mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Next try to re-enable fetch-existing-msgs, fixing #2097
This commit is contained in:
@@ -72,8 +72,7 @@ pub enum Config {
|
||||
/// If set to "1", on the first time `start_io()` is called after configuring,
|
||||
/// the newest existing messages are fetched.
|
||||
/// Existing recipients are added to the contact database regardless of this setting.
|
||||
#[strum(props(default = "0"))]
|
||||
// disabled for now, we'll set this back to "1" at some point
|
||||
#[strum(props(default = "1"))]
|
||||
FetchExistingMsgs,
|
||||
|
||||
#[strum(props(default = "0"))]
|
||||
|
||||
Reference in New Issue
Block a user